Html Css Color HEX #9DDC4D Atlantis

📋 copy color: '#9DDC4D'

red 157 ◦ green 220 ◦ blue 77

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

Shades of Atlantis #9DDC4D

Tints of Atlantis #9DDC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 34.58%
G = 48.46%
B = 16.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#9DDC4D (or 0x9DDC4D) is known color: Atlantis. HEX triplet: 9D, DC and 4D. RGB value is (157,220,77). Sum of RGB (Red+Green+Blue) = 157+220+77=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC4D is #6223B2. Grayscale: #B9B9B9. Windows color (decimal): -6431667 or 5102749. OLE color: 5102749.

HSL color Cylindrical-coordinate representation of color #9DDC4D: hue angle of 86.43º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DDC4D is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 77 -
CMYK 0.29 0 0.65 0.14
HSL 86.43º 0.67% 0.58% -
HSV(B) 86.43º 0.65% 0.86% -
XYZ 40.84 58.89 16.24 -
YUV 184.86 67.13 108.13 -
System Red Green Blue C M Y K H S L
Decimal 157 220 77 0.29 0 0.65 0.14 86.43 0.67 0.58
Hex 9D DC 4D 1D 0 41 E 56 43 3A
Octal 235 334 115 35 0 101 16 126 103 72
Binary 10011101 11011100 1001101 11101 0 1000001 1110 1010110 1000011 111010

Color Harmonies of #9DDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDC4D

Black with #9DDC4D

Text Example


Text Example

White with #9DDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,77); }

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

background-color css

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

 a { background-color: rgb(157,220,77); }

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

border-color css

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

 span { border-color: rgb(157,220,77); }

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