Html Css Color HEX #9DD23D Atlantis

📋 copy color: '#9DD23D'

red 157 ◦ green 210 ◦ blue 61

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

Shades of Atlantis #9DD23D

Tints of Atlantis #9DD23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.07%

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 36.68%
G = 49.07%
B = 14.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#9DD23D (or 0x9DD23D) is known color: Atlantis. HEX triplet: 9D, D2 and 3D. RGB value is (157,210,61). Sum of RGB (Red+Green+Blue) = 157+210+61=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD23D is #622DC2. Grayscale: #B1B1B1. Windows color (decimal): -6434243 or 4051613. OLE color: 4051613.

HSL color Cylindrical-coordinate representation of color #9DD23D: hue angle of 81.34º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DD23D is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 210 61 -
CMYK 0.25 0 0.71 0.18
HSL 81.34º 0.62% 0.53% -
HSV(B) 81.34º 0.71% 0.82% -
XYZ 37.79 53.6 12.77 -
YUV 177.17 62.44 113.62 -
System Red Green Blue C M Y K H S L
Decimal 157 210 61 0.25 0 0.71 0.18 81.34 0.62 0.53
Hex 9D D2 3D 19 0 47 12 51 3E 35
Octal 235 322 75 31 0 107 22 121 76 65
Binary 10011101 11010010 111101 11001 0 1000111 10010 1010001 111110 110101

Color Harmonies of #9DD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD23D

Black with #9DD23D

Text Example


Text Example

White with #9DD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,210,61); }

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

background-color css

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

 a { background-color: rgb(157,210,61); }

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

border-color css

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

 span { border-color: rgb(157,210,61); }

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