#A7DA4B

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

Shades of Conifer #A7DA4B

Tints of Conifer #A7DA4B

Color information

#A7DA4B (or 0xA7DA4B) is unknown color: approx Conifer. HEX triplet: A7, DA and 4B. RGB value is (167,218,75). Sum of RGB (Red+Green+Blue) = 167+218+75=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DA4B is #5825B4. Grayscale: #BABABA. Windows color (decimal): -5776821 or 4971175. OLE color: 4971175.

HSL color Cylindrical-coordinate representation of color #A7DA4B: hue angle of 81.4º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7DA4B is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB16721875-
CMYK0.2300.660.15
HSL81.4º65.9%57.45%-
HSV(B)81.4º65.6%85.49%-
XYZ42.2858.8715.79-
YUV186.4565.1114.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 218 (85.55% from 255) = 47.39%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=36.30%
G=47.39%
B=16.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167218750.2300.660.1581.465.957.45
HexA7DA4B17042F514239
Octal2473321132701021712110271
Binary101001111101101010010111011101000010111110100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DA4B; }

 p { color: rgb(167,218,75); }

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

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

 a { background-color: rgb(167,218,75); }

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

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

 span { border-color: rgb(167,218,75); }

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