Html Css Color HEX #AFE809 Inch Worm

📋 copy color: '#AFE809'

red 175 ◦ green 232 ◦ blue 9

#AFE809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #AFE809

Tints of Inch Worm #AFE809

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

 GREEN value IS 232 (91.02% from 255) = 55.77%

 BLUE value IS 9 (3.91% from 255) = 2.16%

R = 42.07%
G = 55.77%
B = 2.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFE809 (or 0xAFE809) is known color: Inch Worm. HEX triplet: AF, E8 and 09. RGB value is (175,232,9). Sum of RGB (Red+Green+Blue) = 175+232+9=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE809 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE809 is #5017F6. Grayscale: #BEBEBE. Windows color (decimal): -5249015 or 649391. OLE color: 649391.

HSL color Cylindrical-coordinate representation of color #AFE809: hue angle of 75.34º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFE809 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 9 -
CMYK 0.25 0 0.96 0.09
HSL 75.34º 0.93% 0.47% -
HSV(B) 75.34º 0.96% 0.91% -
XYZ 46.59 66.85 10.71 -
YUV 189.54 26.12 117.63 -
System Red Green Blue C M Y K H S L
Decimal 175 232 9 0.25 0 0.96 0.09 75.34 0.93 0.47
Hex AF E8 9 19 0 60 9 4B 5D 2F
Octal 257 350 11 31 0 140 11 113 135 57
Binary 10101111 11101000 1001 11001 0 1100000 1001 1001011 1011101 101111

Color Harmonies of #AFE809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE809

Black with #AFE809

Text Example


Text Example

White with #AFE809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE809; }

 p { color: rgb(175,232,9); }

 H1.HeaderClassName
 {
   color: #AFE809;
 }
 .AnyTagClassName
 {
   color: #AFE809;
 }
</style>

background-color css

<style>
 a { background-color: #AFE809; }

 a { background-color: rgb(175,232,9); }

 div.DivClassName
 {
   background-color: #AFE809;
 }
 .BgClassName
 {
   background-color: #AFE809;
 }
</style>

border-color css

<style>
 span { border-color: #AFE809; }

 span { border-color: rgb(175,232,9); }

 td.TdClassName
 {
   border-color: #AFE809;
 }
 .TagClassName
 {
   border-color: #AFE809;
 }
</style>