Html Css Color HEX #AFE12A Inch Worm

📋 copy color: '#AFE12A'

red 175 ◦ green 225 ◦ blue 42

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

Shades of Inch Worm #AFE12A

Tints of Inch Worm #AFE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.9%

 BLUE value IS 42 (16.8% from 255) = 9.5%

R = 39.59%
G = 50.9%
B = 9.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#AFE12A (or 0xAFE12A) is known color: Inch Worm. HEX triplet: AF, E1 and 2A. RGB value is (175,225,42). Sum of RGB (Red+Green+Blue) = 175+225+42=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE12A is #501ED5. Grayscale: #BDBDBD. Windows color (decimal): -5250774 or 2810287. OLE color: 2810287.

HSL color Cylindrical-coordinate representation of color #AFE12A: hue angle of 76.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFE12A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 42 -
CMYK 0.22 0 0.81 0.12
HSL 76.39º 0.75% 0.52% -
HSV(B) 76.39º 0.81% 0.88% -
XYZ 45.02 63.13 12 -
YUV 189.19 44.94 117.88 -
System Red Green Blue C M Y K H S L
Decimal 175 225 42 0.22 0 0.81 0.12 76.39 0.75 0.52
Hex AF E1 2A 16 0 51 C 4C 4B 34
Octal 257 341 52 26 0 121 14 114 113 64
Binary 10101111 11100001 101010 10110 0 1010001 1100 1001100 1001011 110100

Color Harmonies of #AFE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE12A

Black with #AFE12A

Text Example


Text Example

White with #AFE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE12A; }

 p { color: rgb(175,225,42); }

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

background-color css

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

 a { background-color: rgb(175,225,42); }

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

border-color css

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

 span { border-color: rgb(175,225,42); }

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