Html Css Color HEX #9DB940 Atlantis

📋 copy color: '#9DB940'

red 157 ◦ green 185 ◦ blue 64

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

Shades of Atlantis #9DB940

Tints of Atlantis #9DB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 38.67%
G = 45.57%
B = 15.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#9DB940 (or 0x9DB940) is known color: Atlantis. HEX triplet: 9D, B9 and 40. RGB value is (157,185,64). Sum of RGB (Red+Green+Blue) = 157+185+64=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB940 is #6246BF. Grayscale: #A3A3A3. Windows color (decimal): -6440640 or 4241821. OLE color: 4241821.

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

Color convert

RGB 157 185 64 -
CMYK 0.15 0 0.65 0.27
HSL 73.88º 0.49% 0.49% -
HSV(B) 73.88º 0.65% 0.73% -
XYZ 32.18 42.24 11.31 -
YUV 162.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 157 185 64 0.15 0 0.65 0.27 73.88 0.49 0.49
Hex 9D B9 40 F 0 41 1B 4A 31 31
Octal 235 271 100 17 0 101 33 112 61 61
Binary 10011101 10111001 1000000 1111 0 1000001 11011 1001010 110001 110001

Color Harmonies of #9DB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB940

Black with #9DB940

Text Example


Text Example

White with #9DB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,64); }

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

background-color css

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

 a { background-color: rgb(157,185,64); }

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

border-color css

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

 span { border-color: rgb(157,185,64); }

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