Html Css Color HEX #AFE817 Inch Worm

📋 copy color: '#AFE817'

red 175 ◦ green 232 ◦ blue 23

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

Shades of Inch Worm #AFE817

Tints of Inch Worm #AFE817

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.95%

 BLUE value IS 23 (9.38% from 255) = 5.35%

R = 40.7%
G = 53.95%
B = 5.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#AFE817 (or 0xAFE817) is known color: Inch Worm. HEX triplet: AF, E8 and 17. RGB value is (175,232,23). Sum of RGB (Red+Green+Blue) = 175+232+23=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE817 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE817 is #5017E8. Grayscale: #BFBFBF. Windows color (decimal): -5249001 or 1566895. OLE color: 1566895.

HSL color Cylindrical-coordinate representation of color #AFE817: hue angle of 76.36º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFE817 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 23 -
CMYK 0.25 0 0.90 0.09
HSL 76.36º 0.82% 0.5% -
HSV(B) 76.36º 0.9% 0.91% -
XYZ 46.69 66.89 11.26 -
YUV 191.13 33.12 116.49 -
System Red Green Blue C M Y K H S L
Decimal 175 232 23 0.25 0 0.90 0.09 76.36 0.82 0.5
Hex AF E8 17 19 0 5A 9 4C 52 32
Octal 257 350 27 31 0 132 11 114 122 62
Binary 10101111 11101000 10111 11001 0 1011010 1001 1001100 1010010 110010

Color Harmonies of #AFE817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE817

Black with #AFE817

Text Example


Text Example

White with #AFE817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE817; }

 p { color: rgb(175,232,23); }

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

background-color css

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

 a { background-color: rgb(175,232,23); }

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

border-color css

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

 span { border-color: rgb(175,232,23); }

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