#A7CD4F

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

Shades of Conifer #A7CD4F

Tints of Conifer #A7CD4F

Color information

#A7CD4F (or 0xA7CD4F) is unknown color: approx Conifer. HEX triplet: A7, CD and 4F. RGB value is (167,205,79). Sum of RGB (Red+Green+Blue) = 167+205+79=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CD4F is #5832B0. Grayscale: #B3B3B3. Windows color (decimal): -5780145 or 5229991. OLE color: 5229991.

HSL color Cylindrical-coordinate representation of color #A7CD4F: hue angle of 78.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7CD4F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB16720579-
CMYK0.1900.610.20
HSL78.1º55.75%55.69%-
HSV(B)78.1º61.46%80.39%-
XYZ39.1852.4415.45-
YUV179.2771.41119.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 79 (31.25% from 255) = 17.52%
R=37.03%
G=45.45%
B=17.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167205790.1900.610.2078.155.7555.69
HexA7CD4F1303D144e3838
Octal24731511723075241167070
Binary10100111110011011001111100110111101101001001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD4F; }

 p { color: rgb(167,205,79); }

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

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

 a { background-color: rgb(167,205,79); }

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

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

 span { border-color: rgb(167,205,79); }

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