#A5DD69

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

Shades of Conifer #A5DD69

Tints of Conifer #A5DD69

Color information

#A5DD69 (or 0xA5DD69) is unknown color: approx Conifer. HEX triplet: A5, DD and 69. RGB value is (165,221,105). Sum of RGB (Red+Green+Blue) = 165+221+105=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD69 is #5A2296. Grayscale: #BFBFBF. Windows color (decimal): -5907095 or 6938021. OLE color: 6938021.

HSL color Cylindrical-coordinate representation of color #A5DD69: hue angle of 88.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DD69 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB165221105-
CMYK0.2500.520.13
HSL88.97º63.04%63.92%-
HSV(B)88.97º52.49%86.67%-
XYZ43.9260.7322.77-
YUV191.0379.45109.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=33.60%
G=45.01%
B=21.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211050.2500.520.1388.9763.0463.92
HexA5DD6919034D593f40
Octal245335151310641513177100
Binary10100101110111011101001110010110100110110110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD69; }

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

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

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

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

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

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

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

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