Html Css Color HEX #9DCE46 Atlantis

📋 copy color: '#9DCE46'

red 157 ◦ green 206 ◦ blue 70

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

Shades of Atlantis #9DCE46

Tints of Atlantis #9DCE46

RGB

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

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

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

R = 36.26%
G = 47.58%
B = 16.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#9DCE46 (or 0x9DCE46) is known color: Atlantis. HEX triplet: 9D, CE and 46. RGB value is (157,206,70). Sum of RGB (Red+Green+Blue) = 157+206+70=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE46 is #6231B9. Grayscale: #B0B0B0. Windows color (decimal): -6435258 or 4640413. OLE color: 4640413.

HSL color Cylindrical-coordinate representation of color #9DCE46: hue angle of 81.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DCE46 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 206 70 -
CMYK 0.24 0 0.66 0.19
HSL 81.62º 0.58% 0.54% -
HSV(B) 81.62º 0.66% 0.81% -
XYZ 37.08 51.75 13.83 -
YUV 175.85 68.27 114.56 -
System Red Green Blue C M Y K H S L
Decimal 157 206 70 0.24 0 0.66 0.19 81.62 0.58 0.54
Hex 9D CE 46 18 0 42 13 52 3A 36
Octal 235 316 106 30 0 102 23 122 72 66
Binary 10011101 11001110 1000110 11000 0 1000010 10011 1010010 111010 110110

Color Harmonies of #9DCE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCE46

Black with #9DCE46

Text Example


Text Example

White with #9DCE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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