#9ABE3F

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

Shades of Atlantis #9ABE3F

Tints of Atlantis #9ABE3F

Color information

#9ABE3F (or 0x9ABE3F) is unknown color: approx Atlantis. HEX triplet: 9A, BE and 3F. RGB value is (154,190,63). Sum of RGB (Red+Green+Blue) = 154+190+63=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE3F is #6541C0. Grayscale: #A5A5A5. Windows color (decimal): -6635969 or 4177562. OLE color: 4177562.

HSL color Cylindrical-coordinate representation of color #9ABE3F: hue angle of 77.01º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ABE3F is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB15419063-
CMYK0.1900.670.25
HSL77.01º50.2%49.61%-
HSV(B)77.01º66.84%74.51%-
XYZ32.6444.0611.49-
YUV164.7670.57120.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 63 (25% from 255) = 15.48%
R=37.84%
G=46.68%
B=15.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190630.1900.670.2577.0150.249.61
Hex9ABE3F13043194d3232
Octal23227677230103311156262
Binary10011010101111101111111001101000011110011001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABE3F; }

 p { color: rgb(154,190,63); }

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

<style>
 a { background-color: #9ABE3F; }

 a { background-color: rgb(154,190,63); }

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

<style>
 span { border-color: #9ABE3F; }

 span { border-color: rgb(154,190,63); }

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