Html Css Color HEX #9DC85D Olivine

📋 copy color: '#9DC85D'

red 157 ◦ green 200 ◦ blue 93

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

Shades of Olivine #9DC85D

Tints of Olivine #9DC85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.44%

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 34.89%
G = 44.44%
B = 20.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#9DC85D (or 0x9DC85D) is known color: Olivine. HEX triplet: 9D, C8 and 5D. RGB value is (157,200,93). Sum of RGB (Red+Green+Blue) = 157+200+93=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC85D is #6237A2. Grayscale: #AFAFAF. Windows color (decimal): -6436771 or 6146205. OLE color: 6146205.

HSL color Cylindrical-coordinate representation of color #9DC85D: hue angle of 84.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DC85D is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 200 93 -
CMYK 0.22 0 0.54 0.22
HSL 84.11º 0.49% 0.57% -
HSV(B) 84.11º 0.54% 0.78% -
XYZ 36.53 49.27 17.94 -
YUV 174.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 157 200 93 0.22 0 0.54 0.22 84.11 0.49 0.57
Hex 9D C8 5D 16 0 36 16 54 31 39
Octal 235 310 135 26 0 66 26 124 61 71
Binary 10011101 11001000 1011101 10110 0 110110 10110 1010100 110001 111001

Color Harmonies of #9DC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC85D

Black with #9DC85D

Text Example


Text Example

White with #9DC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,200,93); }

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

background-color css

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

 a { background-color: rgb(157,200,93); }

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

border-color css

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

 span { border-color: rgb(157,200,93); }

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