Html Css Color HEX #A9C168 Olivine

📋 copy color: '#A9C168'

red 169 ◦ green 193 ◦ blue 104

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

Shades of Olivine #A9C168

Tints of Olivine #A9C168

RGB

 RED value IS 169 (66.41% from 255) = 36.27%

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

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

R = 36.27%
G = 41.42%
B = 22.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#A9C168 (or 0xA9C168) is known color: Olivine. HEX triplet: A9, C1 and 68. RGB value is (169,193,104). Sum of RGB (Red+Green+Blue) = 169+193+104=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C168 is #563E97. Grayscale: #B0B0B0. Windows color (decimal): -5652120 or 6865321. OLE color: 6865321.

HSL color Cylindrical-coordinate representation of color #A9C168: hue angle of 76.18º 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 #A9C168 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 193 104 -
CMYK 0.12 0 0.46 0.24
HSL 76.18º 0.42% 0.58% -
HSV(B) 76.18º 0.46% 0.76% -
XYZ 37.93 47.57 20.28 -
YUV 175.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 169 193 104 0.12 0 0.46 0.24 76.18 0.42 0.58
Hex A9 C1 68 C 0 2E 18 4C 2A 3A
Octal 251 301 150 14 0 56 30 114 52 72
Binary 10101001 11000001 1101000 1100 0 101110 11000 1001100 101010 111010

Color Harmonies of #A9C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C168

Black with #A9C168

Text Example


Text Example

White with #A9C168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C168; }

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

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

background-color css

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

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

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

border-color css

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

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

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