Html Css Color HEX #AFE91C Inch Worm

📋 copy color: '#AFE91C'

red 175 ◦ green 233 ◦ blue 28

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

Shades of Inch Worm #AFE91C

Tints of Inch Worm #AFE91C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.44%

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 40.14%
G = 53.44%
B = 6.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#AFE91C (or 0xAFE91C) is known color: Inch Worm. HEX triplet: AF, E9 and 1C. RGB value is (175,233,28). Sum of RGB (Red+Green+Blue) = 175+233+28=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE91C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE91C is #5016E3. Grayscale: #C1C1C1. Windows color (decimal): -5248740 or 1894831. OLE color: 1894831.

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

Color convert

RGB 175 233 28 -
CMYK 0.25 0 0.88 0.09
HSL 76.98º 0.82% 0.51% -
HSV(B) 76.98º 0.88% 0.91% -
XYZ 47.03 67.48 11.64 -
YUV 192.29 35.28 115.67 -
System Red Green Blue C M Y K H S L
Decimal 175 233 28 0.25 0 0.88 0.09 76.98 0.82 0.51
Hex AF E9 1C 19 0 58 9 4D 52 33
Octal 257 351 34 31 0 130 11 115 122 63
Binary 10101111 11101001 11100 11001 0 1011000 1001 1001101 1010010 110011

Color Harmonies of #AFE91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE91C

Black with #AFE91C

Text Example


Text Example

White with #AFE91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE91C; }

 p { color: rgb(175,233,28); }

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

background-color css

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

 a { background-color: rgb(175,233,28); }

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

border-color css

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

 span { border-color: rgb(175,233,28); }

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