Html Css Color HEX #9DC452 Atlantis

📋 copy color: '#9DC452'

red 157 ◦ green 196 ◦ blue 82

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

Shades of Atlantis #9DC452

Tints of Atlantis #9DC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.06%

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

R = 36.09%
G = 45.06%
B = 18.85%

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

#9DC452 (or 0x9DC452) is known color: Atlantis. HEX triplet: 9D, C4 and 52. RGB value is (157,196,82). Sum of RGB (Red+Green+Blue) = 157+196+82=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC452 is #623BAD. Grayscale: #ABABAB. Windows color (decimal): -6437806 or 5424285. OLE color: 5424285.

HSL color Cylindrical-coordinate representation of color #9DC452: hue angle of 80.53º degrees, saturation: 0.49, 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 #9DC452 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 82 -
CMYK 0.20 0 0.58 0.23
HSL 80.53º 0.49% 0.55% -
HSV(B) 80.53º 0.58% 0.77% -
XYZ 35.17 47.26 15.25 -
YUV 171.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 157 196 82 0.20 0 0.58 0.23 80.53 0.49 0.55
Hex 9D C4 52 14 0 3A 17 51 31 37
Octal 235 304 122 24 0 72 27 121 61 67
Binary 10011101 11000100 1010010 10100 0 111010 10111 1010001 110001 110111

Color Harmonies of #9DC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC452

Black with #9DC452

Text Example


Text Example

White with #9DC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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