#96D94B

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

Shades of Atlantis #96D94B

Tints of Atlantis #96D94B

Color information

#96D94B (or 0x96D94B) is unknown color: approx Atlantis. HEX triplet: 96, D9 and 4B. RGB value is (150,217,75). Sum of RGB (Red+Green+Blue) = 150+217+75=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #96D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D94B is #6926B4. Grayscale: #B5B5B5. Windows color (decimal): -6891189 or 4970902. OLE color: 4970902.

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

Color convert

RGB15021775-
CMYK0.3100.650.15
HSL88.31º65.14%57.25%-
HSV(B)88.31º65.44%85.1%-
XYZ38.6656.6215.55-
YUV180.7868.3106.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=33.94%
G=49.10%
B=16.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150217750.3100.650.1588.3165.1457.25
Hex96D94B1F041F584139
Octal2263311133701011713010171
Binary100101101101100110010111111101000001111110110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,75); }

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

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

 a { background-color: rgb(150,217,75); }

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

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

 span { border-color: rgb(150,217,75); }

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