#A7D269

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

Shades of Conifer #A7D269

Tints of Conifer #A7D269

Color information

#A7D269 (or 0xA7D269) is unknown color: approx Conifer. HEX triplet: A7, D2 and 69. RGB value is (167,210,105). Sum of RGB (Red+Green+Blue) = 167+210+105=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D269 is #582D96. Grayscale: #B9B9B9. Windows color (decimal): -5778839 or 6935207. OLE color: 6935207.

HSL color Cylindrical-coordinate representation of color #A7D269: hue angle of 84.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7D269 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB167210105-
CMYK0.2000.500.18
HSL84.57º53.85%61.76%-
HSV(B)84.57º50%82.35%-
XYZ41.5355.3321.86-
YUV185.1782.75115.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=34.65%
G=43.57%
B=21.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672101050.2000.500.1884.5753.8561.76
HexA7D269140321255363e
Octal24732215124062221256676
Binary10100111110100101101001101000110010100101010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D269; }

 p { color: rgb(167,210,105); }

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

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

 a { background-color: rgb(167,210,105); }

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

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

 span { border-color: rgb(167,210,105); }

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