#9ABF47

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

Shades of Atlantis #9ABF47

Tints of Atlantis #9ABF47

Color information

#9ABF47 (or 0x9ABF47) is unknown color: approx Atlantis. HEX triplet: 9A, BF and 47. RGB value is (154,191,71). Sum of RGB (Red+Green+Blue) = 154+191+71=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF47 is #6540B8. Grayscale: #A6A6A6. Windows color (decimal): -6635705 or 4702106. OLE color: 4702106.

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

Color convert

RGB15419171-
CMYK0.1900.630.25
HSL78.5º48.39%51.37%-
HSV(B)78.5º62.83%74.9%-
XYZ33.0944.5912.82-
YUV166.2674.24119.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 191 (75% from 255) = 45.91%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=37.02%
G=45.91%
B=17.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154191710.1900.630.2578.548.3951.37
Hex9ABF471303F194e3033
Octal23227710723077311166063
Binary10011010101111111000111100110111111110011001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,71); }

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

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

 a { background-color: rgb(154,191,71); }

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

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

 span { border-color: rgb(154,191,71); }

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