Html Css Color HEX #9DD039 Atlantis

📋 copy color: '#9DD039'

red 157 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #9DD039

Tints of Atlantis #9DD039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 37.2%
G = 49.29%
B = 13.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#9DD039 (or 0x9DD039) is known color: Atlantis. HEX triplet: 9D, D0 and 39. RGB value is (157,208,57). Sum of RGB (Red+Green+Blue) = 157+208+57=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD039 is #622FC6. Grayscale: #B0B0B0. Windows color (decimal): -6434759 or 3788957. OLE color: 3788957.

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

Color convert

RGB 157 208 57 -
CMYK 0.25 0 0.73 0.18
HSL 80.26º 0.62% 0.52% -
HSV(B) 80.26º 0.73% 0.82% -
XYZ 37.2 52.58 12.06 -
YUV 175.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 157 208 57 0.25 0 0.73 0.18 80.26 0.62 0.52
Hex 9D D0 39 19 0 49 12 50 3E 34
Octal 235 320 71 31 0 111 22 120 76 64
Binary 10011101 11010000 111001 11001 0 1001001 10010 1010000 111110 110100

Color Harmonies of #9DD039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD039

Black with #9DD039

Text Example


Text Example

White with #9DD039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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