Html Css Color HEX #AFE116 Inch Worm

📋 copy color: '#AFE116'

red 175 ◦ green 225 ◦ blue 22

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

Shades of Inch Worm #AFE116

Tints of Inch Worm #AFE116

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.32%

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 41.47%
G = 53.32%
B = 5.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#AFE116 (or 0xAFE116) is known color: Inch Worm. HEX triplet: AF, E1 and 16. RGB value is (175,225,22). Sum of RGB (Red+Green+Blue) = 175+225+22=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE116 is #501EE9. Grayscale: #BBBBBB. Windows color (decimal): -5250794 or 1499567. OLE color: 1499567.

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

Color convert

RGB 175 225 22 -
CMYK 0.22 0 0.90 0.12
HSL 74.78º 0.82% 0.48% -
HSV(B) 74.78º 0.9% 0.88% -
XYZ 44.75 63.02 10.57 -
YUV 186.91 34.94 119.51 -
System Red Green Blue C M Y K H S L
Decimal 175 225 22 0.22 0 0.90 0.12 74.78 0.82 0.48
Hex AF E1 16 16 0 5A C 4B 52 30
Octal 257 341 26 26 0 132 14 113 122 60
Binary 10101111 11100001 10110 10110 0 1011010 1100 1001011 1010010 110000

Color Harmonies of #AFE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE116

Black with #AFE116

Text Example


Text Example

White with #AFE116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE116; }

 p { color: rgb(175,225,22); }

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

background-color css

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

 a { background-color: rgb(175,225,22); }

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

border-color css

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

 span { border-color: rgb(175,225,22); }

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