Html Css Color HEX #9EC269 Olivine

📋 copy color: '#9EC269'

red 158 ◦ green 194 ◦ blue 105

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

Shades of Olivine #9EC269

Tints of Olivine #9EC269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.98%

R = 34.57%
G = 42.45%
B = 22.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9EC269 (or 0x9EC269) is known color: Olivine. HEX triplet: 9E, C2 and 69. RGB value is (158,194,105). Sum of RGB (Red+Green+Blue) = 158+194+105=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC269 is #613D96. Grayscale: #ADADAD. Windows color (decimal): -6372759 or 6931102. OLE color: 6931102.

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

Color convert

RGB 158 194 105 -
CMYK 0.19 0 0.46 0.24
HSL 84.27º 0.42% 0.59% -
HSV(B) 84.27º 0.46% 0.76% -
XYZ 35.94 46.87 20.52 -
YUV 173.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 158 194 105 0.19 0 0.46 0.24 84.27 0.42 0.59
Hex 9E C2 69 13 0 2E 18 54 2A 3B
Octal 236 302 151 23 0 56 30 124 52 73
Binary 10011110 11000010 1101001 10011 0 101110 11000 1010100 101010 111011

Color Harmonies of #9EC269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC269

Black with #9EC269

Text Example


Text Example

White with #9EC269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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