#A5E308

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

Shades of Inch Worm #A5E308

Tints of Inch Worm #A5E308

Color information

#A5E308 (or 0xA5E308) is unknown color: approx Inch Worm. HEX triplet: A5, E3 and 08. RGB value is (165,227,8). Sum of RGB (Red+Green+Blue) = 165+227+8=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E308 is #5A1CF7. Grayscale: #B8B8B8. Windows color (decimal): -5905656 or 582565. OLE color: 582565.

HSL color Cylindrical-coordinate representation of color #A5E308: hue angle of 76.99º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5E308 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB1652278-
CMYK0.2700.960.11
HSL76.99º93.19%46.08%-
HSV(B)76.99º96.48%89.02%-
XYZ43.0362.9610.11-
YUV183.528.96114.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 227 (89.06% from 255) = 56.75%
BLUE value IS 8 (3.52% from 255) = 2%
R=41.25%
G=56.75%
B=2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16522780.2700.960.1176.9993.1946.08
HexA5E381B060B4d5d2e
Octal245343103301401311513556
Binary101001011110001110001101101100000101110011011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E308; }

 p { color: rgb(165,227,8); }

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

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

 a { background-color: rgb(165,227,8); }

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

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

 span { border-color: rgb(165,227,8); }

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