#A9D648

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

Shades of Conifer #A9D648

Tints of Conifer #A9D648

Color information

#A9D648 (or 0xA9D648) is unknown color: approx Conifer. HEX triplet: A9, D6 and 48. RGB value is (169,214,72). Sum of RGB (Red+Green+Blue) = 169+214+72=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D648 is #5629B7. Grayscale: #B8B8B8. Windows color (decimal): -5646776 or 4773545. OLE color: 4773545.

HSL color Cylindrical-coordinate representation of color #A9D648: hue angle of 79.01º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9D648 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB16921472-
CMYK0.2100.660.16
HSL79.01º63.39%56.08%-
HSV(B)79.01º66.36%83.92%-
XYZ41.585714.94-
YUV184.3664.59117.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=37.14%
G=47.03%
B=15.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169214720.2100.660.1679.0163.3956.08
HexA9D64815042104f3f38
Octal251326110250102201177770
Binary101010011101011010010001010101000010100001001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D648; }

 p { color: rgb(169,214,72); }

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

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

 a { background-color: rgb(169,214,72); }

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

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

 span { border-color: rgb(169,214,72); }

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