#A0E763

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

Shades of Conifer #A0E763

Tints of Conifer #A0E763

Color information

#A0E763 (or 0xA0E763) is unknown color: approx Conifer. HEX triplet: A0, E7 and 63. RGB value is (160,231,99). Sum of RGB (Red+Green+Blue) = 160+231+99=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E763 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E763 is #5F189C. Grayscale: #C3C3C3. Windows color (decimal): -6232221 or 6547360. OLE color: 6547360.

HSL color Cylindrical-coordinate representation of color #A0E763: hue angle of 92.27º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0E763 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB16023199-
CMYK0.3100.570.09
HSL92.27º73.33%64.71%-
HSV(B)92.27º57.14%90.59%-
XYZ45.3365.5322.06-
YUV194.7273.98103.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 231 (90.62% from 255) = 47.14%
BLUE value IS 99 (39.06% from 255) = 20.20%
R=32.65%
G=47.14%
B=20.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160231990.3100.570.0992.2773.3364.71
HexA0E7631F03995c4941
Octal2403471433707111134111101
Binary101000001110011111000111111101110011001101110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E763; }

 p { color: rgb(160,231,99); }

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

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

 a { background-color: rgb(160,231,99); }

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

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

 span { border-color: rgb(160,231,99); }

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