Html Css Color HEX #9DCA4E Atlantis

📋 copy color: '#9DCA4E'

red 157 ◦ green 202 ◦ blue 78

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

Shades of Atlantis #9DCA4E

Tints of Atlantis #9DCA4E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.22%

 BLUE value IS 78 (30.86% from 255) = 17.85%

R = 35.93%
G = 46.22%
B = 17.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#9DCA4E (or 0x9DCA4E) is known color: Atlantis. HEX triplet: 9D, CA and 4E. RGB value is (157,202,78). Sum of RGB (Red+Green+Blue) = 157+202+78=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA4E is #6235B1. Grayscale: #AEAEAE. Windows color (decimal): -6436274 or 5163677. OLE color: 5163677.

HSL color Cylindrical-coordinate representation of color #9DCA4E: hue angle of 81.77º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DCA4E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 78 -
CMYK 0.22 0 0.61 0.21
HSL 81.77º 0.54% 0.55% -
HSV(B) 81.77º 0.61% 0.79% -
XYZ 36.4 49.96 14.93 -
YUV 174.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 157 202 78 0.22 0 0.61 0.21 81.77 0.54 0.55
Hex 9D CA 4E 16 0 3D 15 52 36 37
Octal 235 312 116 26 0 75 25 122 66 67
Binary 10011101 11001010 1001110 10110 0 111101 10101 1010010 110110 110111

Color Harmonies of #9DCA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCA4E

Black with #9DCA4E

Text Example


Text Example

White with #9DCA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,202,78); }

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

background-color css

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

 a { background-color: rgb(157,202,78); }

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

border-color css

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

 span { border-color: rgb(157,202,78); }

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