Html Css Color HEX #A5E005 Inch Worm

📋 copy color: '#A5E005'

red 165 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #A5E005

Tints of Inch Worm #A5E005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.85%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 41.88%
G = 56.85%
B = 1.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#A5E005 (or 0xA5E005) is known color: Inch Worm. HEX triplet: A5, E0 and 05. RGB value is (165,224,5). Sum of RGB (Red+Green+Blue) = 165+224+5=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E005 is #5A1FFA. Grayscale: #B6B6B6. Windows color (decimal): -5906427 or 385189. OLE color: 385189.

HSL color Cylindrical-coordinate representation of color #A5E005: hue angle of 76.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5E005 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 5 -
CMYK 0.26 0 0.98 0.12
HSL 76.16º 0.96% 0.45% -
HSV(B) 76.16º 0.98% 0.88% -
XYZ 42.2 61.32 9.76 -
YUV 181.39 28.45 116.31 -
System Red Green Blue C M Y K H S L
Decimal 165 224 5 0.26 0 0.98 0.12 76.16 0.96 0.45
Hex A5 E0 5 1A 0 62 C 4C 60 2D
Octal 245 340 5 32 0 142 14 114 140 55
Binary 10100101 11100000 101 11010 0 1100010 1100 1001100 1100000 101101

Color Harmonies of #A5E005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E005

Black with #A5E005

Text Example


Text Example

White with #A5E005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E005; }

 p { color: rgb(165,224,5); }

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

background-color css

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

 a { background-color: rgb(165,224,5); }

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

border-color css

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

 span { border-color: rgb(165,224,5); }

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