Html Css Color HEX #9DC552 Atlantis

📋 copy color: '#9DC552'

red 157 ◦ green 197 ◦ blue 82

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

Shades of Atlantis #9DC552

Tints of Atlantis #9DC552

RGB

 RED value IS 157 (61.72% from 255) = 36.01%

 GREEN value IS 197 (77.34% from 255) = 45.18%

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

R = 36.01%
G = 45.18%
B = 18.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#9DC552 (or 0x9DC552) is known color: Atlantis. HEX triplet: 9D, C5 and 52. RGB value is (157,197,82). Sum of RGB (Red+Green+Blue) = 157+197+82=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC552 is #623AAD. Grayscale: #ACACAC. Windows color (decimal): -6437550 or 5424541. OLE color: 5424541.

HSL color Cylindrical-coordinate representation of color #9DC552: hue angle of 80.87º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DC552 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 197 82 -
CMYK 0.20 0 0.58 0.23
HSL 80.87º 0.5% 0.55% -
HSV(B) 80.87º 0.58% 0.77% -
XYZ 35.39 47.71 15.33 -
YUV 171.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 157 197 82 0.20 0 0.58 0.23 80.87 0.5 0.55
Hex 9D C5 52 14 0 3A 17 51 32 37
Octal 235 305 122 24 0 72 27 121 62 67
Binary 10011101 11000101 1010010 10100 0 111010 10111 1010001 110010 110111

Color Harmonies of #9DC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC552

Black with #9DC552

Text Example


Text Example

White with #9DC552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,197,82); }

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

background-color css

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

 a { background-color: rgb(157,197,82); }

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

border-color css

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

 span { border-color: rgb(157,197,82); }

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