#99CE56

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

Shades of Atlantis #99CE56

Tints of Atlantis #99CE56

Color information

#99CE56 (or 0x99CE56) is unknown color: approx Atlantis. HEX triplet: 99, CE and 56. RGB value is (153,206,86). Sum of RGB (Red+Green+Blue) = 153+206+86=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE56 is #6631A9. Grayscale: #B0B0B0. Windows color (decimal): -6697386 or 5688985. OLE color: 5688985.

HSL color Cylindrical-coordinate representation of color #99CE56: hue angle of 86.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99CE56 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB15320686-
CMYK0.2600.580.19
HSL86.5º55.05%57.25%-
HSV(B)86.5º58.25%80.78%-
XYZ36.8951.5916.82-
YUV176.4776.94111.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=34.38%
G=46.29%
B=19.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153206860.2600.580.1986.555.0557.25
Hex99CE561A03A13563739
Octal23131612632072231266771
Binary10011001110011101010110110100111010100111010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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