Html Css Color HEX #A9C466 Olivine

📋 copy color: '#A9C466'

red 169 ◦ green 196 ◦ blue 102

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

Shades of Olivine #A9C466

Tints of Olivine #A9C466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 36.19%
G = 41.97%
B = 21.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#A9C466 (or 0xA9C466) is known color: Olivine. HEX triplet: A9, C4 and 66. RGB value is (169,196,102). Sum of RGB (Red+Green+Blue) = 169+196+102=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C466 is #563B99. Grayscale: #B1B1B1. Windows color (decimal): -5651354 or 6735017. OLE color: 6735017.

HSL color Cylindrical-coordinate representation of color #A9C466: hue angle of 77.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9C466 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 102 -
CMYK 0.14 0 0.48 0.23
HSL 77.23º 0.44% 0.58% -
HSV(B) 77.23º 0.48% 0.77% -
XYZ 38.5 48.87 19.97 -
YUV 177.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 169 196 102 0.14 0 0.48 0.23 77.23 0.44 0.58
Hex A9 C4 66 E 0 30 17 4D 2C 3A
Octal 251 304 146 16 0 60 27 115 54 72
Binary 10101001 11000100 1100110 1110 0 110000 10111 1001101 101100 111010

Color Harmonies of #A9C466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C466

Black with #A9C466

Text Example


Text Example

White with #A9C466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C466; }

 p { color: rgb(169,196,102); }

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

background-color css

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

 a { background-color: rgb(169,196,102); }

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

border-color css

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

 span { border-color: rgb(169,196,102); }

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