#A8D264

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

Shades of Conifer #A8D264

Tints of Conifer #A8D264

Color information

#A8D264 (or 0xA8D264) is unknown color: approx Conifer. HEX triplet: A8, D2 and 64. RGB value is (168,210,100). Sum of RGB (Red+Green+Blue) = 168+210+100=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D264 is #572D9B. Grayscale: #B9B9B9. Windows color (decimal): -5713308 or 6607528. OLE color: 6607528.

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

Color convert

RGB168210100-
CMYK0.200.520.18
HSL82.91º55%60.78%-
HSV(B)82.91º52.38%82.35%-
XYZ41.555.3420.55-
YUV184.980.09115.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=35.15%
G=43.93%
B=20.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682101000.200.520.1882.915560.78
HexA8D264140341253373d
Octal25032214424064221236775
Binary10101000110100101100100101000110100100101010011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D264; }

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

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

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

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

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

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

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

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