Html Css Color HEX #AFDF12 Inch Worm

📋 copy color: '#AFDF12'

red 175 ◦ green 223 ◦ blue 18

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

Shades of Inch Worm #AFDF12

Tints of Inch Worm #AFDF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.61%

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

R = 42.07%
G = 53.61%
B = 4.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#AFDF12 (or 0xAFDF12) is known color: Inch Worm. HEX triplet: AF, DF and 12. RGB value is (175,223,18). Sum of RGB (Red+Green+Blue) = 175+223+18=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF12 is #5020ED. Grayscale: #BABABA. Windows color (decimal): -5251310 or 1236911. OLE color: 1236911.

HSL color Cylindrical-coordinate representation of color #AFDF12: hue angle of 74.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFDF12 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 18 -
CMYK 0.22 0 0.92 0.13
HSL 74.05º 0.85% 0.47% -
HSV(B) 74.05º 0.92% 0.87% -
XYZ 44.18 61.93 10.2 -
YUV 185.28 33.6 120.67 -
System Red Green Blue C M Y K H S L
Decimal 175 223 18 0.22 0 0.92 0.13 74.05 0.85 0.47
Hex AF DF 12 16 0 5C D 4A 55 2F
Octal 257 337 22 26 0 134 15 112 125 57
Binary 10101111 11011111 10010 10110 0 1011100 1101 1001010 1010101 101111

Color Harmonies of #AFDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF12

Black with #AFDF12

Text Example


Text Example

White with #AFDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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