Html Css Color HEX #AFE40C Inch Worm

📋 copy color: '#AFE40C'

red 175 ◦ green 228 ◦ blue 12

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

Shades of Inch Worm #AFE40C

Tints of Inch Worm #AFE40C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.94%

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

R = 42.17%
G = 54.94%
B = 2.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#AFE40C (or 0xAFE40C) is known color: Inch Worm. HEX triplet: AF, E4 and 0C. RGB value is (175,228,12). Sum of RGB (Red+Green+Blue) = 175+228+12=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE40C is #501BF3. Grayscale: #BCBCBC. Windows color (decimal): -5250036 or 844975. OLE color: 844975.

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

Color convert

RGB 175 228 12 -
CMYK 0.23 0 0.95 0.11
HSL 74.72º 0.9% 0.47% -
HSV(B) 74.72º 0.95% 0.89% -
XYZ 45.49 64.63 10.42 -
YUV 187.53 28.94 119.06 -
System Red Green Blue C M Y K H S L
Decimal 175 228 12 0.23 0 0.95 0.11 74.72 0.9 0.47
Hex AF E4 C 17 0 5F B 4B 5A 2F
Octal 257 344 14 27 0 137 13 113 132 57
Binary 10101111 11100100 1100 10111 0 1011111 1011 1001011 1011010 101111

Color Harmonies of #AFE40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE40C

Black with #AFE40C

Text Example


Text Example

White with #AFE40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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