Html Css Color HEX #9ABA46 Atlantis

📋 copy color: '#9ABA46'

red 154 ◦ green 186 ◦ blue 70

#9ABA46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9ABA46

Tints of Atlantis #9ABA46

RGB

 RED value IS 154 (60.55% from 255) = 37.56%

 GREEN value IS 186 (73.05% from 255) = 45.37%

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 37.56%
G = 45.37%
B = 17.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#9ABA46 (or 0x9ABA46) is known color: Atlantis. HEX triplet: 9A, BA and 46. RGB value is (154,186,70). Sum of RGB (Red+Green+Blue) = 154+186+70=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA46 is #6545B9. Grayscale: #A3A3A3. Windows color (decimal): -6636986 or 4635290. OLE color: 4635290.

HSL color Cylindrical-coordinate representation of color #9ABA46: hue angle of 76.55º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ABA46 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 186 70 -
CMYK 0.17 0 0.62 0.27
HSL 76.55º 0.46% 0.5% -
HSV(B) 76.55º 0.62% 0.73% -
XYZ 31.99 42.43 12.3 -
YUV 163.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 154 186 70 0.17 0 0.62 0.27 76.55 0.46 0.5
Hex 9A BA 46 11 0 3E 1B 4D 2E 32
Octal 232 272 106 21 0 76 33 115 56 62
Binary 10011010 10111010 1000110 10001 0 111110 11011 1001101 101110 110010

Color Harmonies of #9ABA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA46

Black with #9ABA46

Text Example


Text Example

White with #9ABA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,70); }

 H1.HeaderClassName
 {
   color: #9ABA46;
 }
 .AnyTagClassName
 {
   color: #9ABA46;
 }
</style>

background-color css

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

 a { background-color: rgb(154,186,70); }

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

border-color css

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

 span { border-color: rgb(154,186,70); }

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