#96E74D

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

Shades of Atlantis #96E74D

Tints of Atlantis #96E74D

Color information

#96E74D (or 0x96E74D) is unknown color: approx Atlantis. HEX triplet: 96, E7 and 4D. RGB value is (150,231,77). Sum of RGB (Red+Green+Blue) = 150+231+77=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #96E74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E74D is #6918B2. Grayscale: #BDBDBD. Windows color (decimal): -6887603 or 5105558. OLE color: 5105558.

HSL color Cylindrical-coordinate representation of color #96E74D: hue angle of 91.56º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96E74D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB15023177-
CMYK0.3500.670.09
HSL91.56º76.24%60.39%-
HSV(B)91.56º66.67%90.59%-
XYZ42.4964.1717.17-
YUV189.2264.66100.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 231 (90.62% from 255) = 50.44%
BLUE value IS 77 (30.47% from 255) = 16.81%
R=32.75%
G=50.44%
B=16.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150231770.3500.670.0991.5676.2460.39
Hex96E74D2304395c4c3c
Octal2263471154301031113411474
Binary1001011011100111100110110001101000011100110111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,77); }

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

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

 a { background-color: rgb(150,231,77); }

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

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

 span { border-color: rgb(150,231,77); }

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