Html Css Color HEX #9DC364 Olivine

📋 copy color: '#9DC364'

red 157 ◦ green 195 ◦ blue 100

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

Shades of Olivine #9DC364

Tints of Olivine #9DC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 34.73%
G = 43.14%
B = 22.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#9DC364 (or 0x9DC364) is known color: Olivine. HEX triplet: 9D, C3 and 64. RGB value is (157,195,100). Sum of RGB (Red+Green+Blue) = 157+195+100=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC364 is #623C9B. Grayscale: #ADADAD. Windows color (decimal): -6438044 or 6603677. OLE color: 6603677.

HSL color Cylindrical-coordinate representation of color #9DC364: hue angle of 84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DC364 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 195 100 -
CMYK 0.19 0 0.49 0.24
HSL 84º 0.44% 0.58% -
HSV(B) 84º 0.49% 0.76% -
XYZ 35.72 47.12 19.27 -
YUV 172.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 157 195 100 0.19 0 0.49 0.24 84 0.44 0.58
Hex 9D C3 64 13 0 31 18 54 2C 3A
Octal 235 303 144 23 0 61 30 124 54 72
Binary 10011101 11000011 1100100 10011 0 110001 11000 1010100 101100 111010

Color Harmonies of #9DC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC364

Black with #9DC364

Text Example


Text Example

White with #9DC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,195,100); }

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

background-color css

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

 a { background-color: rgb(157,195,100); }

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

border-color css

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

 span { border-color: rgb(157,195,100); }

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