Html Css Color HEX #9DB946 Atlantis

📋 copy color: '#9DB946'

red 157 ◦ green 185 ◦ blue 70

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

Shades of Atlantis #9DB946

Tints of Atlantis #9DB946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.99%

R = 38.11%
G = 44.9%
B = 16.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#9DB946 (or 0x9DB946) is known color: Atlantis. HEX triplet: 9D, B9 and 46. RGB value is (157,185,70). Sum of RGB (Red+Green+Blue) = 157+185+70=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB946 is #6246B9. Grayscale: #A3A3A3. Windows color (decimal): -6440634 or 4635037. OLE color: 4635037.

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

Color convert

RGB 157 185 70 -
CMYK 0.15 0 0.62 0.27
HSL 74.61º 0.45% 0.5% -
HSV(B) 74.61º 0.62% 0.73% -
XYZ 32.36 42.31 12.26 -
YUV 163.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 157 185 70 0.15 0 0.62 0.27 74.61 0.45 0.5
Hex 9D B9 46 F 0 3E 1B 4B 2D 32
Octal 235 271 106 17 0 76 33 113 55 62
Binary 10011101 10111001 1000110 1111 0 111110 11011 1001011 101101 110010

Color Harmonies of #9DB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB946

Black with #9DB946

Text Example


Text Example

White with #9DB946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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