#A5E069

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

Shades of Conifer #A5E069

Tints of Conifer #A5E069

Color information

#A5E069 (or 0xA5E069) is unknown color: approx Conifer. HEX triplet: A5, E0 and 69. RGB value is (165,224,105). Sum of RGB (Red+Green+Blue) = 165+224+105=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E069 is #5A1F96. Grayscale: #C1C1C1. Windows color (decimal): -5906327 or 6938789. OLE color: 6938789.

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

Color convert

RGB165224105-
CMYK0.2600.530.12
HSL89.75º65.75%64.51%-
HSV(B)89.75º53.12%87.84%-
XYZ44.7262.3323.04-
YUV192.7978.45108.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=33.40%
G=45.34%
B=21.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652241050.2600.530.1289.7565.7564.51
HexA5E0691A035C5a4241
Octal2453401513206514132102101
Binary101001011110000011010011101001101011100101101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E069; }

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

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

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

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

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

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

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

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