#A4D65D

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

Shades of Conifer #A4D65D

Tints of Conifer #A4D65D

Color information

#A4D65D (or 0xA4D65D) is unknown color: approx Conifer. HEX triplet: A4, D6 and 5D. RGB value is (164,214,93). Sum of RGB (Red+Green+Blue) = 164+214+93=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D65D is #5B29A2. Grayscale: #B9B9B9. Windows color (decimal): -5974435 or 6149796. OLE color: 6149796.

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

Color convert

RGB16421493-
CMYK0.2300.570.16
HSL84.79º59.61%60.2%-
HSV(B)84.79º56.54%83.92%-
XYZ41.3356.7819.14-
YUV185.2675.94112.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=34.82%
G=45.44%
B=19.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164214930.2300.570.1684.7959.6160.2
HexA4D65D1703910553c3c
Octal24432613527071201257474
Binary10100100110101101011101101110111001100001010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D65D; }

 p { color: rgb(164,214,93); }

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

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

 a { background-color: rgb(164,214,93); }

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

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

 span { border-color: rgb(164,214,93); }

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