Html Css Color HEX #9ACC54 Atlantis

📋 copy color: '#9ACC54'

red 154 ◦ green 204 ◦ blue 84

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

Shades of Atlantis #9ACC54

Tints of Atlantis #9ACC54

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.15%

 BLUE value IS 84 (33.2% from 255) = 19%

R = 34.84%
G = 46.15%
B = 19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#9ACC54 (or 0x9ACC54) is known color: Atlantis. HEX triplet: 9A, CC and 54. RGB value is (154,204,84). Sum of RGB (Red+Green+Blue) = 154+204+84=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC54 is #6533AB. Grayscale: #AFAFAF. Windows color (decimal): -6632364 or 5557402. OLE color: 5557402.

HSL color Cylindrical-coordinate representation of color #9ACC54: hue angle of 85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ACC54 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 84 -
CMYK 0.25 0 0.59 0.2
HSL 85º 0.54% 0.56% -
HSV(B) 85º 0.59% 0.8% -
XYZ 36.52 50.7 16.25 -
YUV 175.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 154 204 84 0.25 0 0.59 0.2 85 0.54 0.56
Hex 9A CC 54 19 0 3B 14 55 36 38
Octal 232 314 124 31 0 73 24 125 66 70
Binary 10011010 11001100 1010100 11001 0 111011 10100 1010101 110110 111000

Color Harmonies of #9ACC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC54

Black with #9ACC54

Text Example


Text Example

White with #9ACC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,84); }

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

background-color css

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

 a { background-color: rgb(154,204,84); }

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

border-color css

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

 span { border-color: rgb(154,204,84); }

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