Html Css Color HEX #9DC25F Olivine

📋 copy color: '#9DC25F'

red 157 ◦ green 194 ◦ blue 95

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

Shades of Olivine #9DC25F

Tints of Olivine #9DC25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 35.2%
G = 43.5%
B = 21.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#9DC25F (or 0x9DC25F) is known color: Olivine. HEX triplet: 9D, C2 and 5F. RGB value is (157,194,95). Sum of RGB (Red+Green+Blue) = 157+194+95=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC25F is #623DA0. Grayscale: #ACACAC. Windows color (decimal): -6438305 or 6275741. OLE color: 6275741.

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

Color convert

RGB 157 194 95 -
CMYK 0.19 0 0.51 0.24
HSL 82.42º 0.45% 0.57% -
HSV(B) 82.42º 0.51% 0.76% -
XYZ 35.26 46.58 17.96 -
YUV 171.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 157 194 95 0.19 0 0.51 0.24 82.42 0.45 0.57
Hex 9D C2 5F 13 0 33 18 52 2D 39
Octal 235 302 137 23 0 63 30 122 55 71
Binary 10011101 11000010 1011111 10011 0 110011 11000 1010010 101101 111001

Color Harmonies of #9DC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC25F

Black with #9DC25F

Text Example


Text Example

White with #9DC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,194,95); }

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

background-color css

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

 a { background-color: rgb(157,194,95); }

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

border-color css

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

 span { border-color: rgb(157,194,95); }

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