Html Css Color HEX #9DC446 Atlantis

📋 copy color: '#9DC446'

red 157 ◦ green 196 ◦ blue 70

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

Shades of Atlantis #9DC446

Tints of Atlantis #9DC446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.55%

R = 37.12%
G = 46.34%
B = 16.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#9DC446 (or 0x9DC446) is known color: Atlantis. HEX triplet: 9D, C4 and 46. RGB value is (157,196,70). Sum of RGB (Red+Green+Blue) = 157+196+70=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC446 is #623BB9. Grayscale: #AAAAAA. Windows color (decimal): -6437818 or 4637853. OLE color: 4637853.

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

Color convert

RGB 157 196 70 -
CMYK 0.20 0 0.64 0.23
HSL 78.57º 0.52% 0.52% -
HSV(B) 78.57º 0.64% 0.77% -
XYZ 34.75 47.09 13.05 -
YUV 169.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 157 196 70 0.20 0 0.64 0.23 78.57 0.52 0.52
Hex 9D C4 46 14 0 40 17 4F 34 34
Octal 235 304 106 24 0 100 27 117 64 64
Binary 10011101 11000100 1000110 10100 0 1000000 10111 1001111 110100 110100

Color Harmonies of #9DC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC446

Black with #9DC446

Text Example


Text Example

White with #9DC446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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