Html Css Color HEX #9DD03B Atlantis

📋 copy color: '#9DD03B'

red 157 ◦ green 208 ◦ blue 59

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

Shades of Atlantis #9DD03B

Tints of Atlantis #9DD03B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

 BLUE value IS 59 (23.44% from 255) = 13.92%

R = 37.03%
G = 49.06%
B = 13.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#9DD03B (or 0x9DD03B) is known color: Atlantis. HEX triplet: 9D, D0 and 3B. RGB value is (157,208,59). Sum of RGB (Red+Green+Blue) = 157+208+59=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD03B is #622FC4. Grayscale: #B0B0B0. Windows color (decimal): -6434757 or 3920029. OLE color: 3920029.

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

Color convert

RGB 157 208 59 -
CMYK 0.25 0 0.72 0.18
HSL 80.54º 0.61% 0.52% -
HSV(B) 80.54º 0.72% 0.82% -
XYZ 37.25 52.6 12.33 -
YUV 175.77 62.1 114.62 -
System Red Green Blue C M Y K H S L
Decimal 157 208 59 0.25 0 0.72 0.18 80.54 0.61 0.52
Hex 9D D0 3B 19 0 48 12 51 3D 34
Octal 235 320 73 31 0 110 22 121 75 64
Binary 10011101 11010000 111011 11001 0 1001000 10010 1010001 111101 110100

Color Harmonies of #9DD03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD03B

Black with #9DD03B

Text Example


Text Example

White with #9DD03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,208,59); }

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

background-color css

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

 a { background-color: rgb(157,208,59); }

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

border-color css

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

 span { border-color: rgb(157,208,59); }

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