#96DA55

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

Shades of Atlantis #96DA55

Tints of Atlantis #96DA55

Color information

#96DA55 (or 0x96DA55) is unknown color: approx Atlantis. HEX triplet: 96, DA and 55. RGB value is (150,218,85). Sum of RGB (Red+Green+Blue) = 150+218+85=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA55 is #6925AA. Grayscale: #B6B6B6. Windows color (decimal): -6890923 or 5626518. OLE color: 5626518.

HSL color Cylindrical-coordinate representation of color #96DA55: hue angle of 90.68º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96DA55 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB15021885-
CMYK0.3100.610.15
HSL90.68º64.25%59.41%-
HSV(B)90.68º61.01%85.49%-
XYZ39.2957.2817.58-
YUV182.5172.97104.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 218 (85.55% from 255) = 48.12%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=33.11%
G=48.12%
B=18.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150218850.3100.610.1590.6864.2559.41
Hex96DA551F03DF5b403b
Octal226332125370751713310073
Binary10010110110110101010101111110111101111110110111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DA55; }

 p { color: rgb(150,218,85); }

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

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

 a { background-color: rgb(150,218,85); }

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

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

 span { border-color: rgb(150,218,85); }

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