#A2D764

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

Shades of Conifer #A2D764

Tints of Conifer #A2D764

Color information

#A2D764 (or 0xA2D764) is unknown color: approx Conifer. HEX triplet: A2, D7 and 64. RGB value is (162,215,100). Sum of RGB (Red+Green+Blue) = 162+215+100=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D764 is #5D289B. Grayscale: #BABABA. Windows color (decimal): -6105244 or 6608802. OLE color: 6608802.

HSL color Cylindrical-coordinate representation of color #A2D764: hue angle of 87.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D764 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB162215100-
CMYK0.2500.530.16
HSL87.65º58.97%61.76%-
HSV(B)87.65º53.49%84.31%-
XYZ41.557.220.91-
YUV186.0479.44110.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 215 (84.38% from 255) = 45.07%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=33.96%
G=45.07%
B=20.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622151000.2500.530.1687.6558.9761.76
HexA2D7641903510583b3e
Octal24232714431065201307376
Binary10100010110101111100100110010110101100001011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D764; }

 p { color: rgb(162,215,100); }

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

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

 a { background-color: rgb(162,215,100); }

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

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

 span { border-color: rgb(162,215,100); }

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