Html Css Color HEX #9DD83A Atlantis

📋 copy color: '#9DD83A'

red 157 ◦ green 216 ◦ blue 58

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

Shades of Atlantis #9DD83A

Tints of Atlantis #9DD83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.12%

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 36.43%
G = 50.12%
B = 13.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#9DD83A (or 0x9DD83A) is known color: Atlantis. HEX triplet: 9D, D8 and 3A. RGB value is (157,216,58). Sum of RGB (Red+Green+Blue) = 157+216+58=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD83A is #6227C5. Grayscale: #B4B4B4. Windows color (decimal): -6432710 or 3856541. OLE color: 3856541.

HSL color Cylindrical-coordinate representation of color #9DD83A: hue angle of 82.41º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DD83A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 58 -
CMYK 0.27 0 0.73 0.15
HSL 82.41º 0.67% 0.54% -
HSV(B) 82.41º 0.73% 0.85% -
XYZ 39.22 56.59 12.86 -
YUV 180.35 58.95 111.35 -
System Red Green Blue C M Y K H S L
Decimal 157 216 58 0.27 0 0.73 0.15 82.41 0.67 0.54
Hex 9D D8 3A 1B 0 49 F 52 43 36
Octal 235 330 72 33 0 111 17 122 103 66
Binary 10011101 11011000 111010 11011 0 1001001 1111 1010010 1000011 110110

Color Harmonies of #9DD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD83A

Black with #9DD83A

Text Example


Text Example

White with #9DD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,216,58); }

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

background-color css

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

 a { background-color: rgb(157,216,58); }

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

border-color css

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

 span { border-color: rgb(157,216,58); }

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