#A1D762

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

Shades of Conifer #A1D762

Tints of Conifer #A1D762

Color information

#A1D762 (or 0xA1D762) is unknown color: approx Conifer. HEX triplet: A1, D7 and 62. RGB value is (161,215,98). Sum of RGB (Red+Green+Blue) = 161+215+98=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D762 is #5E289D. Grayscale: #B9B9B9. Windows color (decimal): -6170782 or 6477729. OLE color: 6477729.

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

Color convert

RGB16121598-
CMYK0.2500.540.16
HSL87.69º59.39%61.37%-
HSV(B)87.69º54.42%84.31%-
XYZ41.257.0620.4-
YUV185.5278.61110.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 215 (84.38% from 255) = 45.36%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=33.97%
G=45.36%
B=20.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215980.2500.540.1687.6959.3961.37
HexA1D7621903610583b3d
Octal24132714231066201307375
Binary10100001110101111100010110010110110100001011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D762; }

 p { color: rgb(161,215,98); }

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

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

 a { background-color: rgb(161,215,98); }

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

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

 span { border-color: rgb(161,215,98); }

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