Html Css Color HEX #AFE50E Inch Worm

📋 copy color: '#AFE50E'

red 175 ◦ green 229 ◦ blue 14

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

Shades of Inch Worm #AFE50E

Tints of Inch Worm #AFE50E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.78%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 41.87%
G = 54.78%
B = 3.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#AFE50E (or 0xAFE50E) is known color: Inch Worm. HEX triplet: AF, E5 and 0E. RGB value is (175,229,14). Sum of RGB (Red+Green+Blue) = 175+229+14=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE50E is #501AF1. Grayscale: #BDBDBD. Windows color (decimal): -5249778 or 976303. OLE color: 976303.

HSL color Cylindrical-coordinate representation of color #AFE50E: hue angle of 75.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE50E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 14 -
CMYK 0.24 0 0.94 0.10
HSL 75.07º 0.88% 0.48% -
HSV(B) 75.07º 0.94% 0.9% -
XYZ 45.78 65.18 10.58 -
YUV 188.34 29.61 118.48 -
System Red Green Blue C M Y K H S L
Decimal 175 229 14 0.24 0 0.94 0.10 75.07 0.88 0.48
Hex AF E5 E 18 0 5E A 4B 58 30
Octal 257 345 16 30 0 136 12 113 130 60
Binary 10101111 11100101 1110 11000 0 1011110 1010 1001011 1011000 110000

Color Harmonies of #AFE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE50E

Black with #AFE50E

Text Example


Text Example

White with #AFE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE50E; }

 p { color: rgb(175,229,14); }

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

background-color css

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

 a { background-color: rgb(175,229,14); }

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

border-color css

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

 span { border-color: rgb(175,229,14); }

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