Html Css Color HEX #AFD902 Inch Worm

📋 copy color: '#AFD902'

red 175 ◦ green 217 ◦ blue 2

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

Shades of Inch Worm #AFD902

Tints of Inch Worm #AFD902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.08%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 44.42%
G = 55.08%
B = 0.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#AFD902 (or 0xAFD902) is known color: Inch Worm. HEX triplet: AF, D9 and 02. RGB value is (175,217,2). Sum of RGB (Red+Green+Blue) = 175+217+2=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD902 is #5026FD. Grayscale: #B4B4B4. Windows color (decimal): -5252862 or 186799. OLE color: 186799.

HSL color Cylindrical-coordinate representation of color #AFD902: hue angle of 71.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFD902 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 2 -
CMYK 0.19 0 0.99 0.15
HSL 71.72º 0.98% 0.43% -
HSV(B) 71.72º 0.99% 0.85% -
XYZ 42.5 58.74 9.16 -
YUV 179.93 27.59 124.48 -
System Red Green Blue C M Y K H S L
Decimal 175 217 2 0.19 0 0.99 0.15 71.72 0.98 0.43
Hex AF D9 2 13 0 63 F 48 62 2B
Octal 257 331 2 23 0 143 17 110 142 53
Binary 10101111 11011001 10 10011 0 1100011 1111 1001000 1100010 101011

Color Harmonies of #AFD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD902

Black with #AFD902

Text Example


Text Example

White with #AFD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD902; }

 p { color: rgb(175,217,2); }

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

background-color css

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

 a { background-color: rgb(175,217,2); }

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

border-color css

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

 span { border-color: rgb(175,217,2); }

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