Html Css Color HEX #9ACC52 Atlantis

📋 copy color: '#9ACC52'

red 154 ◦ green 204 ◦ blue 82

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

Shades of Atlantis #9ACC52

Tints of Atlantis #9ACC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 35%
G = 46.36%
B = 18.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#9ACC52 (or 0x9ACC52) is known color: Atlantis. HEX triplet: 9A, CC and 52. RGB value is (154,204,82). Sum of RGB (Red+Green+Blue) = 154+204+82=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC52 is #6533AD. Grayscale: #AFAFAF. Windows color (decimal): -6632366 or 5426330. OLE color: 5426330.

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

Color convert

RGB 154 204 82 -
CMYK 0.25 0 0.60 0.2
HSL 84.59º 0.54% 0.56% -
HSV(B) 84.59º 0.6% 0.8% -
XYZ 36.44 50.66 15.84 -
YUV 175.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 154 204 82 0.25 0 0.60 0.2 84.59 0.54 0.56
Hex 9A CC 52 19 0 3C 14 55 36 38
Octal 232 314 122 31 0 74 24 125 66 70
Binary 10011010 11001100 1010010 11001 0 111100 10100 1010101 110110 111000

Color Harmonies of #9ACC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC52

Black with #9ACC52

Text Example


Text Example

White with #9ACC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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