#a5e462

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

Shades of Conifer #A5E462

Tints of Conifer #A5E462

Color information

#A5E462 (or 0xA5E462) is unknown color: approx Conifer. HEX triplet: A5, E4 and 62. RGB value is (165,228,98). Sum of RGB (Red+Green+Blue) = 165+228+98=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E462 is #5A1B9D. Grayscale: #C2C2C2. Windows color (decimal): -5905310 or 6481061. OLE color: 6481061.

HSL color Cylindrical-coordinate representation of color #A5E462: hue angle of 89.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5E462 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB16522898-
CMYK0.2800.570.11
HSL89.08º70.65%63.92%-
HSV(B)89.08º57.02%89.41%-
XYZ45.4764.3721.58-
YUV194.3473.63107.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=33.60%
G=46.44%
B=19.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165228980.2800.570.1189.0870.6563.92
HexA5E4621C039B594740
Octal2453441423407113131107100
Binary101001011110010011000101110001110011011101100110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5e462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5e462; }

 p { color: rgb(165,228,98); }

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

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

 a { background-color: rgb(165,228,98); }

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

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

 span { border-color: rgb(165,228,98); }

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