Html Css Color HEX #AFE02A Inch Worm

📋 copy color: '#AFE02A'

red 175 ◦ green 224 ◦ blue 42

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

Shades of Inch Worm #AFE02A

Tints of Inch Worm #AFE02A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.79%

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

R = 39.68%
G = 50.79%
B = 9.52%

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

#AFE02A (or 0xAFE02A) is known color: Inch Worm. HEX triplet: AF, E0 and 2A. RGB value is (175,224,42). Sum of RGB (Red+Green+Blue) = 175+224+42=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE02A is #501FD5. Grayscale: #BDBDBD. Windows color (decimal): -5251030 or 2810031. OLE color: 2810031.

HSL color Cylindrical-coordinate representation of color #AFE02A: hue angle of 76.15º 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 #AFE02A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 42 -
CMYK 0.22 0 0.81 0.12
HSL 76.15º 0.75% 0.52% -
HSV(B) 76.15º 0.81% 0.88% -
XYZ 44.75 62.59 11.91 -
YUV 188.6 45.27 118.3 -
System Red Green Blue C M Y K H S L
Decimal 175 224 42 0.22 0 0.81 0.12 76.15 0.75 0.52
Hex AF E0 2A 16 0 51 C 4C 4B 34
Octal 257 340 52 26 0 121 14 114 113 64
Binary 10101111 11100000 101010 10110 0 1010001 1100 1001100 1001011 110100

Color Harmonies of #AFE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE02A

Black with #AFE02A

Text Example


Text Example

White with #AFE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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