Html Css Color HEX #9ABD46 Atlantis

📋 copy color: '#9ABD46'

red 154 ◦ green 189 ◦ blue 70

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

Shades of Atlantis #9ABD46

Tints of Atlantis #9ABD46

RGB

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

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

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

R = 37.29%
G = 45.76%
B = 16.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#9ABD46 (or 0x9ABD46) is known color: Atlantis. HEX triplet: 9A, BD and 46. RGB value is (154,189,70). Sum of RGB (Red+Green+Blue) = 154+189+70=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD46 is #6542B9. Grayscale: #A5A5A5. Windows color (decimal): -6636218 or 4636058. OLE color: 4636058.

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

Color convert

RGB 154 189 70 -
CMYK 0.19 0 0.63 0.26
HSL 77.65º 0.47% 0.51% -
HSV(B) 77.65º 0.63% 0.74% -
XYZ 32.63 43.71 12.51 -
YUV 164.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 154 189 70 0.19 0 0.63 0.26 77.65 0.47 0.51
Hex 9A BD 46 13 0 3F 1A 4E 2F 33
Octal 232 275 106 23 0 77 32 116 57 63
Binary 10011010 10111101 1000110 10011 0 111111 11010 1001110 101111 110011

Color Harmonies of #9ABD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD46

Black with #9ABD46

Text Example


Text Example

White with #9ABD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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