Html Css Color HEX #AFE316 Inch Worm

📋 copy color: '#AFE316'

red 175 ◦ green 227 ◦ blue 22

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

Shades of Inch Worm #AFE316

Tints of Inch Worm #AFE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.54%

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

R = 41.27%
G = 53.54%
B = 5.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#AFE316 (or 0xAFE316) is known color: Inch Worm. HEX triplet: AF, E3 and 16. RGB value is (175,227,22). Sum of RGB (Red+Green+Blue) = 175+227+22=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE316 is #501CE9. Grayscale: #BCBCBC. Windows color (decimal): -5250282 or 1500079. OLE color: 1500079.

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

Color convert

RGB 175 227 22 -
CMYK 0.23 0 0.90 0.11
HSL 75.22º 0.82% 0.49% -
HSV(B) 75.22º 0.9% 0.89% -
XYZ 45.29 64.11 10.75 -
YUV 188.08 34.27 118.67 -
System Red Green Blue C M Y K H S L
Decimal 175 227 22 0.23 0 0.90 0.11 75.22 0.82 0.49
Hex AF E3 16 17 0 5A B 4B 52 31
Octal 257 343 26 27 0 132 13 113 122 61
Binary 10101111 11100011 10110 10111 0 1011010 1011 1001011 1010010 110001

Color Harmonies of #AFE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE316

Black with #AFE316

Text Example


Text Example

White with #AFE316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE316; }

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

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

background-color css

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

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

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

border-color css

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

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

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