#96BE4F

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

Shades of Atlantis #96BE4F

Tints of Atlantis #96BE4F

Color information

#96BE4F (or 0x96BE4F) is unknown color: approx Atlantis. HEX triplet: 96, BE and 4F. RGB value is (150,190,79). Sum of RGB (Red+Green+Blue) = 150+190+79=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE4F is #6941B0. Grayscale: #A5A5A5. Windows color (decimal): -6898097 or 5226134. OLE color: 5226134.

HSL color Cylindrical-coordinate representation of color #96BE4F: hue angle of 81.62º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96BE4F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB15019079-
CMYK0.2100.580.25
HSL81.62º46.06%52.75%-
HSV(B)81.62º58.42%74.51%-
XYZ32.443.8814.16-
YUV165.3979.25117.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=35.80%
G=45.35%
B=18.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190790.2100.580.2581.6246.0652.75
Hex96BE4F1503A19522e35
Octal22627611725072311225665
Binary10010110101111101001111101010111010110011010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,79); }

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

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

 a { background-color: rgb(150,190,79); }

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

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

 span { border-color: rgb(150,190,79); }

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