Html Css Color HEX #9DDD46 Atlantis

📋 copy color: '#9DDD46'

red 157 ◦ green 221 ◦ blue 70

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

Shades of Atlantis #9DDD46

Tints of Atlantis #9DDD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.63%

R = 35.04%
G = 49.33%
B = 15.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#9DDD46 (or 0x9DDD46) is known color: Atlantis. HEX triplet: 9D, DD and 46. RGB value is (157,221,70). Sum of RGB (Red+Green+Blue) = 157+221+70=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD46 is #6222B9. Grayscale: #B9B9B9. Windows color (decimal): -6431418 or 4644253. OLE color: 4644253.

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

Color convert

RGB 157 221 70 -
CMYK 0.29 0 0.68 0.13
HSL 85.43º 0.69% 0.57% -
HSV(B) 85.43º 0.68% 0.87% -
XYZ 40.87 59.32 15.09 -
YUV 184.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 157 221 70 0.29 0 0.68 0.13 85.43 0.69 0.57
Hex 9D DD 46 1D 0 44 D 55 45 39
Octal 235 335 106 35 0 104 15 125 105 71
Binary 10011101 11011101 1000110 11101 0 1000100 1101 1010101 1000101 111001

Color Harmonies of #9DDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD46

Black with #9DDD46

Text Example


Text Example

White with #9DDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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