Html Css Color HEX #AFF412 Inch Worm

📋 copy color: '#AFF412'

red 175 ◦ green 244 ◦ blue 18

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

Shades of Inch Worm #AFF412

Tints of Inch Worm #AFF412

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.84%

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

R = 40.05%
G = 55.84%
B = 4.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#AFF412 (or 0xAFF412) is known color: Inch Worm. HEX triplet: AF, F4 and 12. RGB value is (175,244,18). Sum of RGB (Red+Green+Blue) = 175+244+18=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF412 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF412 is #500BED. Grayscale: #C6C6C6. Windows color (decimal): -5245934 or 1242287. OLE color: 1242287.

HSL color Cylindrical-coordinate representation of color #AFF412: hue angle of 78.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF412 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 18 -
CMYK 0.28 0 0.93 0.04
HSL 78.32º 0.91% 0.51% -
HSV(B) 78.32º 0.93% 0.96% -
XYZ 50.14 73.86 12.19 -
YUV 197.61 26.64 111.88 -
System Red Green Blue C M Y K H S L
Decimal 175 244 18 0.28 0 0.93 0.04 78.32 0.91 0.51
Hex AF F4 12 1C 0 5D 4 4E 5B 33
Octal 257 364 22 34 0 135 4 116 133 63
Binary 10101111 11110100 10010 11100 0 1011101 100 1001110 1011011 110011

Color Harmonies of #AFF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF412

Black with #AFF412

Text Example


Text Example

White with #AFF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF412; }

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

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

background-color css

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

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

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

border-color css

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

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

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