Html Css Color HEX #AFE20D Inch Worm

📋 copy color: '#AFE20D'

red 175 ◦ green 226 ◦ blue 13

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

Shades of Inch Worm #AFE20D

Tints of Inch Worm #AFE20D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.59%

 BLUE value IS 13 (5.47% from 255) = 3.14%

R = 42.27%
G = 54.59%
B = 3.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#AFE20D (or 0xAFE20D) is known color: Inch Worm. HEX triplet: AF, E2 and 0D. RGB value is (175,226,13). Sum of RGB (Red+Green+Blue) = 175+226+13=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE20D is #501DF2. Grayscale: #BBBBBB. Windows color (decimal): -5250547 or 909999. OLE color: 909999.

HSL color Cylindrical-coordinate representation of color #AFE20D: hue angle of 74.37º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE20D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 13 -
CMYK 0.23 0 0.94 0.11
HSL 74.37º 0.89% 0.47% -
HSV(B) 74.37º 0.94% 0.89% -
XYZ 44.95 63.54 10.28 -
YUV 186.47 30.1 119.82 -
System Red Green Blue C M Y K H S L
Decimal 175 226 13 0.23 0 0.94 0.11 74.37 0.89 0.47
Hex AF E2 D 17 0 5E B 4A 59 2F
Octal 257 342 15 27 0 136 13 112 131 57
Binary 10101111 11100010 1101 10111 0 1011110 1011 1001010 1011001 101111

Color Harmonies of #AFE20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE20D

Black with #AFE20D

Text Example


Text Example

White with #AFE20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE20D; }

 p { color: rgb(175,226,13); }

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

background-color css

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

 a { background-color: rgb(175,226,13); }

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

border-color css

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

 span { border-color: rgb(175,226,13); }

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