Html Css Color HEX #9DC06D Olivine

📋 copy color: '#9DC06D'

red 157 ◦ green 192 ◦ blue 109

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

Shades of Olivine #9DC06D

Tints of Olivine #9DC06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

 BLUE value IS 109 (42.97% from 255) = 23.8%

R = 34.28%
G = 41.92%
B = 23.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#9DC06D (or 0x9DC06D) is known color: Olivine. HEX triplet: 9D, C0 and 6D. RGB value is (157,192,109). Sum of RGB (Red+Green+Blue) = 157+192+109=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC06D is #623F92. Grayscale: #ACACAC. Windows color (decimal): -6438803 or 7192733. OLE color: 7192733.

HSL color Cylindrical-coordinate representation of color #9DC06D: hue angle of 85.3º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DC06D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 109 -
CMYK 0.18 0 0.43 0.25
HSL 85.3º 0.4% 0.59% -
HSV(B) 85.3º 0.43% 0.75% -
XYZ 35.51 45.97 21.47 -
YUV 172.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 157 192 109 0.18 0 0.43 0.25 85.3 0.4 0.59
Hex 9D C0 6D 12 0 2B 19 55 28 3B
Octal 235 300 155 22 0 53 31 125 50 73
Binary 10011101 11000000 1101101 10010 0 101011 11001 1010101 101000 111011

Color Harmonies of #9DC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC06D

Black with #9DC06D

Text Example


Text Example

White with #9DC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,109); }

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

background-color css

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

 a { background-color: rgb(157,192,109); }

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

border-color css

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

 span { border-color: rgb(157,192,109); }

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