Html Css Color HEX #AFE60E Inch Worm

📋 copy color: '#AFE60E'

red 175 ◦ green 230 ◦ blue 14

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

Shades of Inch Worm #AFE60E

Tints of Inch Worm #AFE60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.89%

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

R = 41.77%
G = 54.89%
B = 3.34%

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

#AFE60E (or 0xAFE60E) is known color: Inch Worm. HEX triplet: AF, E6 and 0E. RGB value is (175,230,14). Sum of RGB (Red+Green+Blue) = 175+230+14=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE60E is #5019F1. Grayscale: #BDBDBD. Windows color (decimal): -5249522 or 976559. OLE color: 976559.

HSL color Cylindrical-coordinate representation of color #AFE60E: hue angle of 75.28º degrees, saturation: 0.89, 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 #AFE60E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 14 -
CMYK 0.24 0 0.94 0.10
HSL 75.28º 0.89% 0.48% -
HSV(B) 75.28º 0.94% 0.9% -
XYZ 46.06 65.74 10.68 -
YUV 188.93 29.28 118.06 -
System Red Green Blue C M Y K H S L
Decimal 175 230 14 0.24 0 0.94 0.10 75.28 0.89 0.48
Hex AF E6 E 18 0 5E A 4B 59 30
Octal 257 346 16 30 0 136 12 113 131 60
Binary 10101111 11100110 1110 11000 0 1011110 1010 1001011 1011001 110000

Color Harmonies of #AFE60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE60E

Black with #AFE60E

Text Example


Text Example

White with #AFE60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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