Html Css Color HEX #9ACE52 Atlantis

📋 copy color: '#9ACE52'

red 154 ◦ green 206 ◦ blue 82

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

Shades of Atlantis #9ACE52

Tints of Atlantis #9ACE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 34.84%
G = 46.61%
B = 18.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#9ACE52 (or 0x9ACE52) is known color: Atlantis. HEX triplet: 9A, CE and 52. RGB value is (154,206,82). Sum of RGB (Red+Green+Blue) = 154+206+82=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE52 is #6531AD. Grayscale: #B0B0B0. Windows color (decimal): -6631854 or 5426842. OLE color: 5426842.

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

Color convert

RGB 154 206 82 -
CMYK 0.25 0 0.60 0.19
HSL 85.16º 0.56% 0.56% -
HSV(B) 85.16º 0.6% 0.81% -
XYZ 36.92 51.62 16 -
YUV 176.32 74.77 112.08 -
System Red Green Blue C M Y K H S L
Decimal 154 206 82 0.25 0 0.60 0.19 85.16 0.56 0.56
Hex 9A CE 52 19 0 3C 13 55 38 38
Octal 232 316 122 31 0 74 23 125 70 70
Binary 10011010 11001110 1010010 11001 0 111100 10011 1010101 111000 111000

Color Harmonies of #9ACE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE52

Black with #9ACE52

Text Example


Text Example

White with #9ACE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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