Html Css Color HEX #9EC265 Olivine

📋 copy color: '#9EC265'

red 158 ◦ green 194 ◦ blue 101

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

Shades of Olivine #9EC265

Tints of Olivine #9EC265

RGB

 RED value IS 158 (62.11% from 255) = 34.88%

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

 BLUE value IS 101 (39.84% from 255) = 22.3%

R = 34.88%
G = 42.83%
B = 22.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9EC265 (or 0x9EC265) is known color: Olivine. HEX triplet: 9E, C2 and 65. RGB value is (158,194,101). Sum of RGB (Red+Green+Blue) = 158+194+101=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC265 is #613D9A. Grayscale: #ACACAC. Windows color (decimal): -6372763 or 6668958. OLE color: 6668958.

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

Color convert

RGB 158 194 101 -
CMYK 0.19 0 0.48 0.24
HSL 83.23º 0.43% 0.58% -
HSV(B) 83.23º 0.48% 0.76% -
XYZ 35.74 46.79 19.46 -
YUV 172.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 158 194 101 0.19 0 0.48 0.24 83.23 0.43 0.58
Hex 9E C2 65 13 0 30 18 53 2B 3A
Octal 236 302 145 23 0 60 30 123 53 72
Binary 10011110 11000010 1100101 10011 0 110000 11000 1010011 101011 111010

Color Harmonies of #9EC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC265

Black with #9EC265

Text Example


Text Example

White with #9EC265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,101); }

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

background-color css

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

 a { background-color: rgb(158,194,101); }

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

border-color css

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

 span { border-color: rgb(158,194,101); }

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