Html Css Color HEX #AFE00C Inch Worm

📋 copy color: '#AFE00C'

red 175 ◦ green 224 ◦ blue 12

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

Shades of Inch Worm #AFE00C

Tints of Inch Worm #AFE00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 42.58%
G = 54.5%
B = 2.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#AFE00C (or 0xAFE00C) is known color: Inch Worm. HEX triplet: AF, E0 and 0C. RGB value is (175,224,12). Sum of RGB (Red+Green+Blue) = 175+224+12=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE00C is #501FF3. Grayscale: #B9B9B9. Windows color (decimal): -5251060 or 843951. OLE color: 843951.

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

Color convert

RGB 175 224 12 -
CMYK 0.22 0 0.95 0.12
HSL 73.87º 0.9% 0.46% -
HSV(B) 73.87º 0.95% 0.88% -
XYZ 44.4 62.45 10.06 -
YUV 185.18 30.27 120.74 -
System Red Green Blue C M Y K H S L
Decimal 175 224 12 0.22 0 0.95 0.12 73.87 0.9 0.46
Hex AF E0 C 16 0 5F C 4A 5A 2E
Octal 257 340 14 26 0 137 14 112 132 56
Binary 10101111 11100000 1100 10110 0 1011111 1100 1001010 1011010 101110

Color Harmonies of #AFE00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE00C

Black with #AFE00C

Text Example


Text Example

White with #AFE00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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