Html Css Color HEX #9DD348 Atlantis

📋 copy color: '#9DD348'

red 157 ◦ green 211 ◦ blue 72

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

Shades of Atlantis #9DD348

Tints of Atlantis #9DD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.95%

 BLUE value IS 72 (28.52% from 255) = 16.36%

R = 35.68%
G = 47.95%
B = 16.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#9DD348 (or 0x9DD348) is known color: Atlantis. HEX triplet: 9D, D3 and 48. RGB value is (157,211,72). Sum of RGB (Red+Green+Blue) = 157+211+72=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD348 is #622CB7. Grayscale: #B3B3B3. Windows color (decimal): -6433976 or 4772765. OLE color: 4772765.

HSL color Cylindrical-coordinate representation of color #9DD348: hue angle of 83.31º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DD348 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 211 72 -
CMYK 0.26 0 0.66 0.17
HSL 83.31º 0.61% 0.55% -
HSV(B) 83.31º 0.66% 0.83% -
XYZ 38.37 54.22 14.58 -
YUV 179.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 157 211 72 0.26 0 0.66 0.17 83.31 0.61 0.55
Hex 9D D3 48 1A 0 42 11 53 3D 37
Octal 235 323 110 32 0 102 21 123 75 67
Binary 10011101 11010011 1001000 11010 0 1000010 10001 1010011 111101 110111

Color Harmonies of #9DD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD348

Black with #9DD348

Text Example


Text Example

White with #9DD348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,211,72); }

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

background-color css

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

 a { background-color: rgb(157,211,72); }

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

border-color css

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

 span { border-color: rgb(157,211,72); }

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