Html Css Color HEX #9ABE50 Atlantis

📋 copy color: '#9ABE50'

red 154 ◦ green 190 ◦ blue 80

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

Shades of Atlantis #9ABE50

Tints of Atlantis #9ABE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.81%

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

R = 36.32%
G = 44.81%
B = 18.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#9ABE50 (or 0x9ABE50) is known color: Atlantis. HEX triplet: 9A, BE and 50. RGB value is (154,190,80). Sum of RGB (Red+Green+Blue) = 154+190+80=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE50 is #6541AF. Grayscale: #A7A7A7. Windows color (decimal): -6635952 or 5291674. OLE color: 5291674.

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

Color convert

RGB 154 190 80 -
CMYK 0.19 0 0.58 0.25
HSL 79.64º 0.46% 0.53% -
HSV(B) 79.64º 0.58% 0.75% -
XYZ 33.19 44.28 14.39 -
YUV 166.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 154 190 80 0.19 0 0.58 0.25 79.64 0.46 0.53
Hex 9A BE 50 13 0 3A 19 50 2E 35
Octal 232 276 120 23 0 72 31 120 56 65
Binary 10011010 10111110 1010000 10011 0 111010 11001 1010000 101110 110101

Color Harmonies of #9ABE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE50

Black with #9ABE50

Text Example


Text Example

White with #9ABE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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