#a4d05f

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

Shades of Conifer #A4D05F

Tints of Conifer #A4D05F

Color information

#A4D05F (or 0xA4D05F) is unknown color: approx Conifer. HEX triplet: A4, D0 and 5F. RGB value is (164,208,95). Sum of RGB (Red+Green+Blue) = 164+208+95=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D05F is #5B2FA0. Grayscale: #B6B6B6. Windows color (decimal): -5975969 or 6279332. OLE color: 6279332.

HSL color Cylindrical-coordinate representation of color #A4D05F: hue angle of 83.36º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4D05F is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB16420895-
CMYK0.2100.540.18
HSL83.36º54.59%59.41%-
HSV(B)83.36º54.33%81.57%-
XYZ39.9353.8319.11-
YUV181.9678.92115.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=35.12%
G=44.54%
B=20.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164208950.2100.540.1883.3654.5959.41
HexA4D05F150361253373b
Octal24432013725066221236773
Binary10100100110100001011111101010110110100101010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4d05f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4d05f; }

 p { color: rgb(164,208,95); }

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

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

 a { background-color: rgb(164,208,95); }

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

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

 span { border-color: rgb(164,208,95); }

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