Html Css Color HEX #9DB942 Atlantis

📋 copy color: '#9DB942'

red 157 ◦ green 185 ◦ blue 66

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

Shades of Atlantis #9DB942

Tints of Atlantis #9DB942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 38.48%
G = 45.34%
B = 16.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#9DB942 (or 0x9DB942) is known color: Atlantis. HEX triplet: 9D, B9 and 42. RGB value is (157,185,66). Sum of RGB (Red+Green+Blue) = 157+185+66=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB942 is #6246BD. Grayscale: #A3A3A3. Windows color (decimal): -6440638 or 4372893. OLE color: 4372893.

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

Color convert

RGB 157 185 66 -
CMYK 0.15 0 0.64 0.27
HSL 74.12º 0.47% 0.49% -
HSV(B) 74.12º 0.64% 0.73% -
XYZ 32.24 42.26 11.61 -
YUV 163.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 157 185 66 0.15 0 0.64 0.27 74.12 0.47 0.49
Hex 9D B9 42 F 0 40 1B 4A 2F 31
Octal 235 271 102 17 0 100 33 112 57 61
Binary 10011101 10111001 1000010 1111 0 1000000 11011 1001010 101111 110001

Color Harmonies of #9DB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB942

Black with #9DB942

Text Example


Text Example

White with #9DB942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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