#A5E269

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

Shades of Conifer #A5E269

Tints of Conifer #A5E269

Color information

#A5E269 (or 0xA5E269) is unknown color: approx Conifer. HEX triplet: A5, E2 and 69. RGB value is (165,226,105). Sum of RGB (Red+Green+Blue) = 165+226+105=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E269 is #5A1D96. Grayscale: #C2C2C2. Windows color (decimal): -5905815 or 6939301. OLE color: 6939301.

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

Color convert

RGB165226105-
CMYK0.2700.540.11
HSL90.25º67.6%64.9%-
HSV(B)90.25º53.54%88.63%-
XYZ45.2663.4123.22-
YUV193.9777.79107.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=33.27%
G=45.56%
B=21.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652261050.2700.540.1190.2567.664.9
HexA5E2691B036B5a4441
Octal2453421513306613132104101
Binary101001011110001011010011101101101101011101101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E269; }

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

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

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

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

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

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

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

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