Html Css Color HEX #A5EF20 Inch Worm

📋 copy color: '#A5EF20'

red 165 ◦ green 239 ◦ blue 32

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

Shades of Inch Worm #A5EF20

Tints of Inch Worm #A5EF20

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

 GREEN value IS 239 (93.75% from 255) = 54.82%

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

R = 37.84%
G = 54.82%
B = 7.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#A5EF20 (or 0xA5EF20) is known color: Inch Worm. HEX triplet: A5, EF and 20. RGB value is (165,239,32). Sum of RGB (Red+Green+Blue) = 165+239+32=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EF20 is #5A10DF. Grayscale: #C2C2C2. Windows color (decimal): -5902560 or 2158501. OLE color: 2158501.

HSL color Cylindrical-coordinate representation of color #A5EF20: hue angle of 81.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5EF20 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 239 32 -
CMYK 0.31 0 0.87 0.06
HSL 81.45º 0.87% 0.53% -
HSV(B) 81.45º 0.87% 0.94% -
XYZ 46.64 69.84 12.39 -
YUV 193.28 36.98 107.83 -
System Red Green Blue C M Y K H S L
Decimal 165 239 32 0.31 0 0.87 0.06 81.45 0.87 0.53
Hex A5 EF 20 1F 0 57 6 51 57 35
Octal 245 357 40 37 0 127 6 121 127 65
Binary 10100101 11101111 100000 11111 0 1010111 110 1010001 1010111 110101

Color Harmonies of #A5EF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EF20

Black with #A5EF20

Text Example


Text Example

White with #A5EF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EF20; }

 p { color: rgb(165,239,32); }

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

background-color css

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

 a { background-color: rgb(165,239,32); }

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

border-color css

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

 span { border-color: rgb(165,239,32); }

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