#A7D35C

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

Shades of Conifer #A7D35C

Tints of Conifer #A7D35C

Color information

#A7D35C (or 0xA7D35C) is unknown color: approx Conifer. HEX triplet: A7, D3 and 5C. RGB value is (167,211,92). Sum of RGB (Red+Green+Blue) = 167+211+92=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D35C is #582CA3. Grayscale: #B8B8B8. Windows color (decimal): -5778596 or 6083495. OLE color: 6083495.

HSL color Cylindrical-coordinate representation of color #A7D35C: hue angle of 82.18º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7D35C is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB16721192-
CMYK0.2100.560.17
HSL82.18º57.49%59.41%-
HSV(B)82.18º56.4%82.75%-
XYZ41.1655.5818.68-
YUV184.2875.92115.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=35.53%
G=44.89%
B=19.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal167211920.2100.560.1782.1857.4959.41
HexA7D35C150381152393b
Octal24732313425070211227173
Binary10100111110100111011100101010111000100011010010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D35C; }

 p { color: rgb(167,211,92); }

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

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

 a { background-color: rgb(167,211,92); }

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

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

 span { border-color: rgb(167,211,92); }

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