#A8D364

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

Shades of Conifer #A8D364

Tints of Conifer #A8D364

Color information

#A8D364 (or 0xA8D364) is unknown color: approx Conifer. HEX triplet: A8, D3 and 64. RGB value is (168,211,100). Sum of RGB (Red+Green+Blue) = 168+211+100=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D364 is #572C9B. Grayscale: #B9B9B9. Windows color (decimal): -5713052 or 6607784. OLE color: 6607784.

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

Color convert

RGB168211100-
CMYK0.2000.530.17
HSL83.24º55.78%60.98%-
HSV(B)83.24º52.61%82.75%-
XYZ41.7455.8320.63-
YUV185.4979.75115.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 211 (82.81% from 255) = 44.05%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=35.07%
G=44.05%
B=20.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682111000.2000.530.1783.2455.7860.98
HexA8D364140351153383d
Octal25032314424065211237075
Binary10101000110100111100100101000110101100011010011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D364; }

 p { color: rgb(168,211,100); }

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

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

 a { background-color: rgb(168,211,100); }

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

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

 span { border-color: rgb(168,211,100); }

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