#96D54A

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

Shades of Atlantis #96D54A

Tints of Atlantis #96D54A

Color information

#96D54A (or 0x96D54A) is unknown color: approx Atlantis. HEX triplet: 96, D5 and 4A. RGB value is (150,213,74). Sum of RGB (Red+Green+Blue) = 150+213+74=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #96D54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D54A is #692AB5. Grayscale: #B2B2B2. Windows color (decimal): -6892214 or 4904342. OLE color: 4904342.

HSL color Cylindrical-coordinate representation of color #96D54A: hue angle of 87.19º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96D54A is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB15021374-
CMYK0.3000.650.16
HSL87.19º62.33%56.27%-
HSV(B)87.19º65.26%83.53%-
XYZ37.6154.5715.03-
YUV178.3269.13107.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 213 (83.59% from 255) = 48.74%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=34.32%
G=48.74%
B=16.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150213740.3000.650.1687.1962.3356.27
Hex96D54A1E04110573e38
Octal226325112360101201277670
Binary100101101101010110010101111001000001100001010111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,213,74); }

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

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

 a { background-color: rgb(150,213,74); }

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

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

 span { border-color: rgb(150,213,74); }

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