Html Css Color HEX #AFDB12 Inch Worm

📋 copy color: '#AFDB12'

red 175 ◦ green 219 ◦ blue 18

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

Shades of Inch Worm #AFDB12

Tints of Inch Worm #AFDB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 42.48%
G = 53.16%
B = 4.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#AFDB12 (or 0xAFDB12) is known color: Inch Worm. HEX triplet: AF, DB and 12. RGB value is (175,219,18). Sum of RGB (Red+Green+Blue) = 175+219+18=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB12 is #5024ED. Grayscale: #B7B7B7. Windows color (decimal): -5252334 or 1235887. OLE color: 1235887.

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

Color convert

RGB 175 219 18 -
CMYK 0.20 0 0.92 0.14
HSL 73.13º 0.85% 0.46% -
HSV(B) 73.13º 0.92% 0.86% -
XYZ 43.12 59.82 9.85 -
YUV 182.93 34.92 122.34 -
System Red Green Blue C M Y K H S L
Decimal 175 219 18 0.20 0 0.92 0.14 73.13 0.85 0.46
Hex AF DB 12 14 0 5C E 49 55 2E
Octal 257 333 22 24 0 134 16 111 125 56
Binary 10101111 11011011 10010 10100 0 1011100 1110 1001001 1010101 101110

Color Harmonies of #AFDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB12

Black with #AFDB12

Text Example


Text Example

White with #AFDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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