#A5C974

Color #A5C974 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A5C974

Tints of Olivine #A5C974

Color information

#A5C974 (or 0xA5C974) is unknown color: approx Olivine. HEX triplet: A5, C9 and 74. RGB value is (165,201,116). Sum of RGB (Red+Green+Blue) = 165+201+116=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C974 is #5A368B. Grayscale: #B4B4B4. Windows color (decimal): -5912204 or 7653797. OLE color: 7653797.

HSL color Cylindrical-coordinate representation of color #A5C974: hue angle of 85.41º 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 #A5C974 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB165201116-
CMYK0.1800.420.21
HSL85.41º44.04%62.16%-
HSV(B)85.41º42.29%78.82%-
XYZ39.5651.0324.29-
YUV180.5591.57116.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=34.23%
G=41.70%
B=24.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011160.1800.420.2185.4144.0462.16
HexA5C9741202A15552c3e
Octal24531116422052251255476
Binary10100101110010011110100100100101010101011010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C974; }

 p { color: rgb(165,201,116); }

 H1.HeaderClassName
 {
   color: #A5C974;
 }
 .AnyTagClassName
 {
   color: #A5C974;
 }
</style>
background-color css

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

 a { background-color: rgb(165,201,116); }

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

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

 span { border-color: rgb(165,201,116); }

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