Html Css Color HEX #9ABC4C Atlantis

📋 copy color: '#9ABC4C'

red 154 ◦ green 188 ◦ blue 76

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

Shades of Atlantis #9ABC4C

Tints of Atlantis #9ABC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 36.84%
G = 44.98%
B = 18.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#9ABC4C (or 0x9ABC4C) is known color: Atlantis. HEX triplet: 9A, BC and 4C. RGB value is (154,188,76). Sum of RGB (Red+Green+Blue) = 154+188+76=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC4C is #6543B3. Grayscale: #A5A5A5. Windows color (decimal): -6636468 or 5029018. OLE color: 5029018.

HSL color Cylindrical-coordinate representation of color #9ABC4C: hue angle of 78.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ABC4C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 76 -
CMYK 0.18 0 0.60 0.26
HSL 78.21º 0.46% 0.52% -
HSV(B) 78.21º 0.6% 0.74% -
XYZ 32.61 43.36 13.49 -
YUV 165.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 154 188 76 0.18 0 0.60 0.26 78.21 0.46 0.52
Hex 9A BC 4C 12 0 3C 1A 4E 2E 34
Octal 232 274 114 22 0 74 32 116 56 64
Binary 10011010 10111100 1001100 10010 0 111100 11010 1001110 101110 110100

Color Harmonies of #9ABC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC4C

Black with #9ABC4C

Text Example


Text Example

White with #9ABC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,188,76); }

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

background-color css

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

 a { background-color: rgb(154,188,76); }

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

border-color css

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

 span { border-color: rgb(154,188,76); }

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