#9AB84B

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

Shades of Atlantis #9AB84B

Tints of Atlantis #9AB84B

Color information

#9AB84B (or 0x9AB84B) is unknown color: approx Atlantis. HEX triplet: 9A, B8 and 4B. RGB value is (154,184,75). Sum of RGB (Red+Green+Blue) = 154+184+75=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB84B is #6547B4. Grayscale: #A3A3A3. Windows color (decimal): -6637493 or 4962458. OLE color: 4962458.

HSL color Cylindrical-coordinate representation of color #9AB84B: hue angle of 76.51º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AB84B is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB15418475-
CMYK0.1600.590.28
HSL76.51º43.43%50.78%-
HSV(B)76.51º59.24%72.16%-
XYZ31.7441.6613.02-
YUV162.678.56121.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 184 (72.27% from 255) = 44.55%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=37.29%
G=44.55%
B=18.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184750.1600.590.2876.5143.4350.78
Hex9AB84B1003B1C4d2b33
Octal23227011320073341155363
Binary10011010101110001001011100000111011111001001101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,75); }

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

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

 a { background-color: rgb(154,184,75); }

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

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

 span { border-color: rgb(154,184,75); }

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