Html Css Color HEX #AFE920 Inch Worm

📋 copy color: '#AFE920'

red 175 ◦ green 233 ◦ blue 32

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

Shades of Inch Worm #AFE920

Tints of Inch Worm #AFE920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 39.77%
G = 52.95%
B = 7.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#AFE920 (or 0xAFE920) is known color: Inch Worm. HEX triplet: AF, E9 and 20. RGB value is (175,233,32). Sum of RGB (Red+Green+Blue) = 175+233+32=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE920 is #5016DF. Grayscale: #C1C1C1. Windows color (decimal): -5248736 or 2156975. OLE color: 2156975.

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

Color convert

RGB 175 233 32 -
CMYK 0.25 0 0.86 0.09
HSL 77.31º 0.82% 0.52% -
HSV(B) 77.31º 0.86% 0.91% -
XYZ 47.08 67.5 11.91 -
YUV 192.74 37.28 115.34 -
System Red Green Blue C M Y K H S L
Decimal 175 233 32 0.25 0 0.86 0.09 77.31 0.82 0.52
Hex AF E9 20 19 0 56 9 4D 52 34
Octal 257 351 40 31 0 126 11 115 122 64
Binary 10101111 11101001 100000 11001 0 1010110 1001 1001101 1010010 110100

Color Harmonies of #AFE920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE920

Black with #AFE920

Text Example


Text Example

White with #AFE920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE920; }

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

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

background-color css

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

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

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

border-color css

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

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

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