#A5D60A

Color #A5D60A Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A5D60A

Tints of Inch Worm #A5D60A

Color information

#A5D60A (or 0xA5D60A) is unknown color: approx Inch Worm. HEX triplet: A5, D6 and 0A. RGB value is (165,214,10). Sum of RGB (Red+Green+Blue) = 165+214+10=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D60A is #5A29F5. Grayscale: #B0B0B0. Windows color (decimal): -5908982 or 710309. OLE color: 710309.

HSL color Cylindrical-coordinate representation of color #A5D60A: hue angle of 74.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5D60A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB16521410-
CMYK0.2300.950.16
HSL74.41º91.07%43.92%-
HSV(B)74.41º95.33%83.92%-
XYZ39.6256.119.03-
YUV176.0934.27120.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 214 (83.98% from 255) = 55.01%
BLUE value IS 10 (4.30% from 255) = 2.57%
R=42.42%
G=55.01%
B=2.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165214100.2300.950.1674.4191.0743.92
HexA5D6A1705F104a5b2c
Octal245326122701372011213354
Binary1010010111010110101010111010111111000010010101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D60A; }

 p { color: rgb(165,214,10); }

 H1.HeaderClassName
 {
   color: #A5D60A;
 }
 .AnyTagClassName
 {
   color: #A5D60A;
 }
</style>
background-color css

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

 a { background-color: rgb(165,214,10); }

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

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

 span { border-color: rgb(165,214,10); }

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