Html Css Color HEX #9DD047 Atlantis

📋 copy color: '#9DD047'

red 157 ◦ green 208 ◦ blue 71

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

Shades of Atlantis #9DD047

Tints of Atlantis #9DD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.71%

 BLUE value IS 71 (28.13% from 255) = 16.28%

R = 36.01%
G = 47.71%
B = 16.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#9DD047 (or 0x9DD047) is known color: Atlantis. HEX triplet: 9D, D0 and 47. RGB value is (157,208,71). Sum of RGB (Red+Green+Blue) = 157+208+71=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD047 is #622FB8. Grayscale: #B1B1B1. Windows color (decimal): -6434745 or 4706461. OLE color: 4706461.

HSL color Cylindrical-coordinate representation of color #9DD047: hue angle of 82.34º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DD047 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 71 -
CMYK 0.25 0 0.66 0.18
HSL 82.34º 0.59% 0.55% -
HSV(B) 82.34º 0.66% 0.82% -
XYZ 37.6 52.73 14.16 -
YUV 177.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 157 208 71 0.25 0 0.66 0.18 82.34 0.59 0.55
Hex 9D D0 47 19 0 42 12 52 3B 37
Octal 235 320 107 31 0 102 22 122 73 67
Binary 10011101 11010000 1000111 11001 0 1000010 10010 1010010 111011 110111

Color Harmonies of #9DD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD047

Black with #9DD047

Text Example


Text Example

White with #9DD047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,208,71); }

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

background-color css

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

 a { background-color: rgb(157,208,71); }

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

border-color css

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

 span { border-color: rgb(157,208,71); }

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