Html Css Color HEX #AFDB18 Inch Worm

📋 copy color: '#AFDB18'

red 175 ◦ green 219 ◦ blue 24

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

Shades of Inch Worm #AFDB18

Tints of Inch Worm #AFDB18

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

 BLUE value IS 24 (9.77% from 255) = 5.74%

R = 41.87%
G = 52.39%
B = 5.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#AFDB18 (or 0xAFDB18) is known color: Inch Worm. HEX triplet: AF, DB and 18. RGB value is (175,219,24). Sum of RGB (Red+Green+Blue) = 175+219+24=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB18 is #5024E7. Grayscale: #B8B8B8. Windows color (decimal): -5252328 or 1629103. OLE color: 1629103.

HSL color Cylindrical-coordinate representation of color #AFDB18: hue angle of 73.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFDB18 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 24 -
CMYK 0.20 0 0.89 0.14
HSL 73.54º 0.8% 0.48% -
HSV(B) 73.54º 0.89% 0.86% -
XYZ 43.18 59.84 10.14 -
YUV 183.61 37.92 121.86 -
System Red Green Blue C M Y K H S L
Decimal 175 219 24 0.20 0 0.89 0.14 73.54 0.8 0.48
Hex AF DB 18 14 0 59 E 4A 50 30
Octal 257 333 30 24 0 131 16 112 120 60
Binary 10101111 11011011 11000 10100 0 1011001 1110 1001010 1010000 110000

Color Harmonies of #AFDB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB18

Black with #AFDB18

Text Example


Text Example

White with #AFDB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB18; }

 p { color: rgb(175,219,24); }

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

background-color css

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

 a { background-color: rgb(175,219,24); }

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

border-color css

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

 span { border-color: rgb(175,219,24); }

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