Html Css Color HEX #9AC975 Olivine

📋 copy color: '#9AC975'

red 154 ◦ green 201 ◦ blue 117

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

Shades of Olivine #9AC975

Tints of Olivine #9AC975

RGB

 RED value IS 154 (60.55% from 255) = 32.63%

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 32.63%
G = 42.58%
B = 24.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#9AC975 (or 0x9AC975) is known color: Olivine. HEX triplet: 9A, C9 and 75. RGB value is (154,201,117). Sum of RGB (Red+Green+Blue) = 154+201+117=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC975 is #65368A. Grayscale: #B1B1B1. Windows color (decimal): -6633099 or 7719322. OLE color: 7719322.

HSL color Cylindrical-coordinate representation of color #9AC975: hue angle of 93.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AC975 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 201 117 -
CMYK 0.23 0 0.42 0.21
HSL 93.57º 0.44% 0.62% -
HSV(B) 93.57º 0.42% 0.79% -
XYZ 37.42 49.93 24.49 -
YUV 177.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 154 201 117 0.23 0 0.42 0.21 93.57 0.44 0.62
Hex 9A C9 75 17 0 2A 15 5E 2C 3E
Octal 232 311 165 27 0 52 25 136 54 76
Binary 10011010 11001001 1110101 10111 0 101010 10101 1011110 101100 111110

Color Harmonies of #9AC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC975

Black with #9AC975

Text Example


Text Example

White with #9AC975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,201,117); }

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

background-color css

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

 a { background-color: rgb(154,201,117); }

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

border-color css

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

 span { border-color: rgb(154,201,117); }

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