Html Css Color HEX #9DC063 Olivine

📋 copy color: '#9DC063'

red 157 ◦ green 192 ◦ blue 99

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

Shades of Olivine #9DC063

Tints of Olivine #9DC063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.1%

R = 35.04%
G = 42.86%
B = 22.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#9DC063 (or 0x9DC063) is known color: Olivine. HEX triplet: 9D, C0 and 63. RGB value is (157,192,99). Sum of RGB (Red+Green+Blue) = 157+192+99=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC063 is #623F9C. Grayscale: #ABABAB. Windows color (decimal): -6438813 or 6537373. OLE color: 6537373.

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

Color convert

RGB 157 192 99 -
CMYK 0.18 0 0.48 0.25
HSL 82.58º 0.42% 0.57% -
HSV(B) 82.58º 0.48% 0.75% -
XYZ 35.01 45.77 18.79 -
YUV 170.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 157 192 99 0.18 0 0.48 0.25 82.58 0.42 0.57
Hex 9D C0 63 12 0 30 19 53 2A 39
Octal 235 300 143 22 0 60 31 123 52 71
Binary 10011101 11000000 1100011 10010 0 110000 11001 1010011 101010 111001

Color Harmonies of #9DC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC063

Black with #9DC063

Text Example


Text Example

White with #9DC063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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