Html Css Color HEX #AFE919 Inch Worm

📋 copy color: '#AFE919'

red 175 ◦ green 233 ◦ blue 25

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

Shades of Inch Worm #AFE919

Tints of Inch Worm #AFE919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 40.42%
G = 53.81%
B = 5.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#AFE919 (or 0xAFE919) is known color: Inch Worm. HEX triplet: AF, E9 and 19. RGB value is (175,233,25). Sum of RGB (Red+Green+Blue) = 175+233+25=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE919 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE919 is #5016E6. Grayscale: #C0C0C0. Windows color (decimal): -5248743 or 1698223. OLE color: 1698223.

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

Color convert

RGB 175 233 25 -
CMYK 0.25 0 0.89 0.09
HSL 76.73º 0.83% 0.51% -
HSV(B) 76.73º 0.89% 0.91% -
XYZ 46.99 67.46 11.46 -
YUV 191.95 33.78 115.91 -
System Red Green Blue C M Y K H S L
Decimal 175 233 25 0.25 0 0.89 0.09 76.73 0.83 0.51
Hex AF E9 19 19 0 59 9 4D 53 33
Octal 257 351 31 31 0 131 11 115 123 63
Binary 10101111 11101001 11001 11001 0 1011001 1001 1001101 1010011 110011

Color Harmonies of #AFE919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE919

Black with #AFE919

Text Example


Text Example

White with #AFE919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE919; }

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

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

background-color css

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

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

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

border-color css

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

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

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