Html Css Color HEX #9ABD4A Atlantis

📋 copy color: '#9ABD4A'

red 154 ◦ green 189 ◦ blue 74

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

Shades of Atlantis #9ABD4A

Tints of Atlantis #9ABD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 36.93%
G = 45.32%
B = 17.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#9ABD4A (or 0x9ABD4A) is known color: Atlantis. HEX triplet: 9A, BD and 4A. RGB value is (154,189,74). Sum of RGB (Red+Green+Blue) = 154+189+74=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD4A is #6542B5. Grayscale: #A5A5A5. Windows color (decimal): -6636214 or 4898202. OLE color: 4898202.

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

Color convert

RGB 154 189 74 -
CMYK 0.19 0 0.61 0.26
HSL 78.26º 0.47% 0.52% -
HSV(B) 78.26º 0.61% 0.74% -
XYZ 32.76 43.76 13.2 -
YUV 165.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 154 189 74 0.19 0 0.61 0.26 78.26 0.47 0.52
Hex 9A BD 4A 13 0 3D 1A 4E 2F 34
Octal 232 275 112 23 0 75 32 116 57 64
Binary 10011010 10111101 1001010 10011 0 111101 11010 1001110 101111 110100

Color Harmonies of #9ABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD4A

Black with #9ABD4A

Text Example


Text Example

White with #9ABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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