Html Css Color HEX #9DDD44 Atlantis

📋 copy color: '#9DDD44'

red 157 ◦ green 221 ◦ blue 68

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

Shades of Atlantis #9DDD44

Tints of Atlantis #9DDD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 35.2%
G = 49.55%
B = 15.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#9DDD44 (or 0x9DDD44) is known color: Atlantis. HEX triplet: 9D, DD and 44. RGB value is (157,221,68). Sum of RGB (Red+Green+Blue) = 157+221+68=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD44 is #6222BB. Grayscale: #B8B8B8. Windows color (decimal): -6431420 or 4513181. OLE color: 4513181.

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

Color convert

RGB 157 221 68 -
CMYK 0.29 0 0.69 0.13
HSL 85.1º 0.69% 0.57% -
HSV(B) 85.1º 0.69% 0.87% -
XYZ 40.8 59.3 14.76 -
YUV 184.42 62.3 108.44 -
System Red Green Blue C M Y K H S L
Decimal 157 221 68 0.29 0 0.69 0.13 85.1 0.69 0.57
Hex 9D DD 44 1D 0 45 D 55 45 39
Octal 235 335 104 35 0 105 15 125 105 71
Binary 10011101 11011101 1000100 11101 0 1000101 1101 1010101 1000101 111001

Color Harmonies of #9DDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD44

Black with #9DDD44

Text Example


Text Example

White with #9DDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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