Html Css Color HEX #9FC25D Olivine

📋 copy color: '#9FC25D'

red 159 ◦ green 194 ◦ blue 93

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

Shades of Olivine #9FC25D

Tints of Olivine #9FC25D

RGB

 RED value IS 159 (62.5% from 255) = 35.65%

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

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

R = 35.65%
G = 43.5%
B = 20.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#9FC25D (or 0x9FC25D) is known color: Olivine. HEX triplet: 9F, C2 and 5D. RGB value is (159,194,93). Sum of RGB (Red+Green+Blue) = 159+194+93=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC25D is #603DA2. Grayscale: #ACACAC. Windows color (decimal): -6307235 or 6144671. OLE color: 6144671.

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

Color convert

RGB 159 194 93 -
CMYK 0.18 0 0.52 0.24
HSL 80.79º 0.45% 0.56% -
HSV(B) 80.79º 0.52% 0.76% -
XYZ 35.57 46.74 17.5 -
YUV 172.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 159 194 93 0.18 0 0.52 0.24 80.79 0.45 0.56
Hex 9F C2 5D 12 0 34 18 51 2D 38
Octal 237 302 135 22 0 64 30 121 55 70
Binary 10011111 11000010 1011101 10010 0 110100 11000 1010001 101101 111000

Color Harmonies of #9FC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC25D

Black with #9FC25D

Text Example


Text Example

White with #9FC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,93); }

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

background-color css

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

 a { background-color: rgb(159,194,93); }

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

border-color css

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

 span { border-color: rgb(159,194,93); }

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