Html Css Color HEX #AFE00A Inch Worm

📋 copy color: '#AFE00A'

red 175 ◦ green 224 ◦ blue 10

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

Shades of Inch Worm #AFE00A

Tints of Inch Worm #AFE00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 42.79%
G = 54.77%
B = 2.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#AFE00A (or 0xAFE00A) is known color: Inch Worm. HEX triplet: AF, E0 and 0A. RGB value is (175,224,10). Sum of RGB (Red+Green+Blue) = 175+224+10=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE00A is #501FF5. Grayscale: #B9B9B9. Windows color (decimal): -5251062 or 712879. OLE color: 712879.

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

Color convert

RGB 175 224 10 -
CMYK 0.22 0 0.96 0.12
HSL 73.74º 0.91% 0.46% -
HSV(B) 73.74º 0.96% 0.88% -
XYZ 44.39 62.45 10 -
YUV 184.95 29.27 120.9 -
System Red Green Blue C M Y K H S L
Decimal 175 224 10 0.22 0 0.96 0.12 73.74 0.91 0.46
Hex AF E0 A 16 0 60 C 4A 5B 2E
Octal 257 340 12 26 0 140 14 112 133 56
Binary 10101111 11100000 1010 10110 0 1100000 1100 1001010 1011011 101110

Color Harmonies of #AFE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE00A

Black with #AFE00A

Text Example


Text Example

White with #AFE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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