Html Css Color HEX #AFDA16 Inch Worm

📋 copy color: '#AFDA16'

red 175 ◦ green 218 ◦ blue 22

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

Shades of Inch Worm #AFDA16

Tints of Inch Worm #AFDA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.53%

 BLUE value IS 22 (8.98% from 255) = 5.3%

R = 42.17%
G = 52.53%
B = 5.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#AFDA16 (or 0xAFDA16) is known color: Inch Worm. HEX triplet: AF, DA and 16. RGB value is (175,218,22). Sum of RGB (Red+Green+Blue) = 175+218+22=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA16 is #5025E9. Grayscale: #B7B7B7. Windows color (decimal): -5252586 or 1497775. OLE color: 1497775.

HSL color Cylindrical-coordinate representation of color #AFDA16: hue angle of 73.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFDA16 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 22 -
CMYK 0.20 0 0.90 0.15
HSL 73.16º 0.82% 0.47% -
HSV(B) 73.16º 0.9% 0.85% -
XYZ 42.9 59.31 9.95 -
YUV 182.8 37.25 122.44 -
System Red Green Blue C M Y K H S L
Decimal 175 218 22 0.20 0 0.90 0.15 73.16 0.82 0.47
Hex AF DA 16 14 0 5A F 49 52 2F
Octal 257 332 26 24 0 132 17 111 122 57
Binary 10101111 11011010 10110 10100 0 1011010 1111 1001001 1010010 101111

Color Harmonies of #AFDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA16

Black with #AFDA16

Text Example


Text Example

White with #AFDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA16; }

 p { color: rgb(175,218,22); }

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

background-color css

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

 a { background-color: rgb(175,218,22); }

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

border-color css

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

 span { border-color: rgb(175,218,22); }

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