Html Css Color HEX #9ABD50 Atlantis

📋 copy color: '#9ABD50'

red 154 ◦ green 189 ◦ blue 80

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

Shades of Atlantis #9ABD50

Tints of Atlantis #9ABD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 36.41%
G = 44.68%
B = 18.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#9ABD50 (or 0x9ABD50) is known color: Atlantis. HEX triplet: 9A, BD and 50. RGB value is (154,189,80). Sum of RGB (Red+Green+Blue) = 154+189+80=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD50 is #6542AF. Grayscale: #A6A6A6. Windows color (decimal): -6636208 or 5291418. OLE color: 5291418.

HSL color Cylindrical-coordinate representation of color #9ABD50: hue angle of 79.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ABD50 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 189 80 -
CMYK 0.19 0 0.58 0.26
HSL 79.27º 0.45% 0.53% -
HSV(B) 79.27º 0.58% 0.74% -
XYZ 32.97 43.84 14.31 -
YUV 166.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 154 189 80 0.19 0 0.58 0.26 79.27 0.45 0.53
Hex 9A BD 50 13 0 3A 1A 4F 2D 35
Octal 232 275 120 23 0 72 32 117 55 65
Binary 10011010 10111101 1010000 10011 0 111010 11010 1001111 101101 110101

Color Harmonies of #9ABD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD50

Black with #9ABD50

Text Example


Text Example

White with #9ABD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,189,80); }

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

background-color css

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

 a { background-color: rgb(154,189,80); }

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

border-color css

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

 span { border-color: rgb(154,189,80); }

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