Html Css Color HEX #AFEC11 Inch Worm

📋 copy color: '#AFEC11'

red 175 ◦ green 236 ◦ blue 17

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

Shades of Inch Worm #AFEC11

Tints of Inch Worm #AFEC11

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.14%

 BLUE value IS 17 (7.03% from 255) = 3.97%

R = 40.89%
G = 55.14%
B = 3.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#AFEC11 (or 0xAFEC11) is known color: Inch Worm. HEX triplet: AF, EC and 11. RGB value is (175,236,17). Sum of RGB (Red+Green+Blue) = 175+236+17=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC11 is #5013EE. Grayscale: #C1C1C1. Windows color (decimal): -5247983 or 1174703. OLE color: 1174703.

HSL color Cylindrical-coordinate representation of color #AFEC11: hue angle of 76.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFEC11 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 17 -
CMYK 0.26 0 0.93 0.07
HSL 76.71º 0.87% 0.5% -
HSV(B) 76.71º 0.93% 0.93% -
XYZ 47.78 69.15 11.36 -
YUV 192.8 28.79 115.31 -
System Red Green Blue C M Y K H S L
Decimal 175 236 17 0.26 0 0.93 0.07 76.71 0.87 0.5
Hex AF EC 11 1A 0 5D 7 4D 57 32
Octal 257 354 21 32 0 135 7 115 127 62
Binary 10101111 11101100 10001 11010 0 1011101 111 1001101 1010111 110010

Color Harmonies of #AFEC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC11

Black with #AFEC11

Text Example


Text Example

White with #AFEC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC11; }

 p { color: rgb(175,236,17); }

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

background-color css

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

 a { background-color: rgb(175,236,17); }

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

border-color css

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

 span { border-color: rgb(175,236,17); }

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