Html Css Color HEX #9DDD3F Atlantis

📋 copy color: '#9DDD3F'

red 157 ◦ green 221 ◦ blue 63

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

Shades of Atlantis #9DDD3F

Tints of Atlantis #9DDD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 63 (25% from 255) = 14.29%

R = 35.6%
G = 50.11%
B = 14.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9DDD3F (or 0x9DDD3F) is known color: Atlantis. HEX triplet: 9D, DD and 3F. RGB value is (157,221,63). Sum of RGB (Red+Green+Blue) = 157+221+63=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD3F is #6222C0. Grayscale: #B8B8B8. Windows color (decimal): -6431425 or 4185501. OLE color: 4185501.

HSL color Cylindrical-coordinate representation of color #9DDD3F: hue angle of 84.3º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DDD3F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 63 -
CMYK 0.29 0 0.71 0.13
HSL 84.3º 0.7% 0.56% -
HSV(B) 84.3º 0.71% 0.87% -
XYZ 40.66 59.24 13.99 -
YUV 183.85 59.8 108.85 -
System Red Green Blue C M Y K H S L
Decimal 157 221 63 0.29 0 0.71 0.13 84.3 0.7 0.56
Hex 9D DD 3F 1D 0 47 D 54 46 38
Octal 235 335 77 35 0 107 15 124 106 70
Binary 10011101 11011101 111111 11101 0 1000111 1101 1010100 1000110 111000

Color Harmonies of #9DDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD3F

Black with #9DDD3F

Text Example


Text Example

White with #9DDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,63); }

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

background-color css

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

 a { background-color: rgb(157,221,63); }

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

border-color css

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

 span { border-color: rgb(157,221,63); }

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