Html Css Color HEX #9DC346 Atlantis

📋 copy color: '#9DC346'

red 157 ◦ green 195 ◦ blue 70

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

Shades of Atlantis #9DC346

Tints of Atlantis #9DC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

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

R = 37.2%
G = 46.21%
B = 16.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#9DC346 (or 0x9DC346) is known color: Atlantis. HEX triplet: 9D, C3 and 46. RGB value is (157,195,70). Sum of RGB (Red+Green+Blue) = 157+195+70=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC346 is #623CB9. Grayscale: #A9A9A9. Windows color (decimal): -6438074 or 4637597. OLE color: 4637597.

HSL color Cylindrical-coordinate representation of color #9DC346: hue angle of 78.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DC346 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 195 70 -
CMYK 0.19 0 0.64 0.24
HSL 78.24º 0.51% 0.52% -
HSV(B) 78.24º 0.64% 0.76% -
XYZ 34.53 46.64 12.98 -
YUV 169.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 157 195 70 0.19 0 0.64 0.24 78.24 0.51 0.52
Hex 9D C3 46 13 0 40 18 4E 33 34
Octal 235 303 106 23 0 100 30 116 63 64
Binary 10011101 11000011 1000110 10011 0 1000000 11000 1001110 110011 110100

Color Harmonies of #9DC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC346

Black with #9DC346

Text Example


Text Example

White with #9DC346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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