#96C250

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

Shades of Atlantis #96C250

Tints of Atlantis #96C250

Color information

#96C250 (or 0x96C250) is unknown color: approx Atlantis. HEX triplet: 96, C2 and 50. RGB value is (150,194,80). Sum of RGB (Red+Green+Blue) = 150+194+80=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #96C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C250 is #693DAF. Grayscale: #A8A8A8. Windows color (decimal): -6897072 or 5292694. OLE color: 5292694.

HSL color Cylindrical-coordinate representation of color #96C250: hue angle of 83.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96C250 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB15019480-
CMYK0.2300.590.24
HSL83.16º48.31%53.73%-
HSV(B)83.16º58.76%76.08%-
XYZ33.3245.6514.64-
YUV167.8578.42115.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 80 (31.64% from 255) = 18.87%
R=35.38%
G=45.75%
B=18.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150194800.2300.590.2483.1648.3153.73
Hex96C2501703B18533036
Octal22630212027073301236066
Binary10010110110000101010000101110111011110001010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,194,80); }

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

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

 a { background-color: rgb(150,194,80); }

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

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

 span { border-color: rgb(150,194,80); }

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