Html Css Color HEX #9AC168 Olivine

📋 copy color: '#9AC168'

red 154 ◦ green 193 ◦ blue 104

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

Shades of Olivine #9AC168

Tints of Olivine #9AC168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 34.15%
G = 42.79%
B = 23.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9AC168 (or 0x9AC168) is known color: Olivine. HEX triplet: 9A, C1 and 68. RGB value is (154,193,104). Sum of RGB (Red+Green+Blue) = 154+193+104=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC168 is #653E97. Grayscale: #ABABAB. Windows color (decimal): -6635160 or 6865306. OLE color: 6865306.

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

Color convert

RGB 154 193 104 -
CMYK 0.20 0 0.46 0.24
HSL 86.29º 0.42% 0.58% -
HSV(B) 86.29º 0.46% 0.76% -
XYZ 34.9 46.01 20.14 -
YUV 171.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 154 193 104 0.20 0 0.46 0.24 86.29 0.42 0.58
Hex 9A C1 68 14 0 2E 18 56 2A 3A
Octal 232 301 150 24 0 56 30 126 52 72
Binary 10011010 11000001 1101000 10100 0 101110 11000 1010110 101010 111010

Color Harmonies of #9AC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC168

Black with #9AC168

Text Example


Text Example

White with #9AC168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,193,104); }

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

background-color css

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

 a { background-color: rgb(154,193,104); }

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

border-color css

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

 span { border-color: rgb(154,193,104); }

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