#99C856

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

Shades of Atlantis #99C856

Tints of Atlantis #99C856

Color information

#99C856 (or 0x99C856) is unknown color: approx Atlantis. HEX triplet: 99, C8 and 56. RGB value is (153,200,86). Sum of RGB (Red+Green+Blue) = 153+200+86=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #99C856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C856 is #6637A9. Grayscale: #ADADAD. Windows color (decimal): -6698922 or 5687449. OLE color: 5687449.

HSL color Cylindrical-coordinate representation of color #99C856: hue angle of 84.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99C856 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB15320086-
CMYK0.2400.570.22
HSL84.74º50.89%56.08%-
HSV(B)84.74º57%78.43%-
XYZ35.4748.7516.34-
YUV172.9578.93113.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 200 (78.52% from 255) = 45.56%
BLUE value IS 86 (33.98% from 255) = 19.59%
R=34.85%
G=45.56%
B=19.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal153200860.2400.570.2284.7450.8956.08
Hex99C8561803916553338
Octal23131012630071261256370
Binary10011001110010001010110110000111001101101010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C856; }

 p { color: rgb(153,200,86); }

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

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

 a { background-color: rgb(153,200,86); }

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

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

 span { border-color: rgb(153,200,86); }

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