Html Css Color HEX #A5C579 Olivine

📋 copy color: '#A5C579'

red 165 ◦ green 197 ◦ blue 121

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

Shades of Olivine #A5C579

Tints of Olivine #A5C579

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

 GREEN value IS 197 (77.34% from 255) = 40.79%

 BLUE value IS 121 (47.66% from 255) = 25.05%

R = 34.16%
G = 40.79%
B = 25.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#A5C579 (or 0xA5C579) is known color: Olivine. HEX triplet: A5, C5 and 79. RGB value is (165,197,121). Sum of RGB (Red+Green+Blue) = 165+197+121=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C579 is #5A3A86. Grayscale: #B3B3B3. Windows color (decimal): -5913223 or 7980453. OLE color: 7980453.

HSL color Cylindrical-coordinate representation of color #A5C579: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5C579 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 121 -
CMYK 0.16 0 0.39 0.23
HSL 85.26º 0.4% 0.62% -
HSV(B) 85.26º 0.39% 0.77% -
XYZ 38.93 49.31 25.56 -
YUV 178.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 165 197 121 0.16 0 0.39 0.23 85.26 0.4 0.62
Hex A5 C5 79 10 0 27 17 55 28 3E
Octal 245 305 171 20 0 47 27 125 50 76
Binary 10100101 11000101 1111001 10000 0 100111 10111 1010101 101000 111110

Color Harmonies of #A5C579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C579

Black with #A5C579

Text Example


Text Example

White with #A5C579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C579; }

 p { color: rgb(165,197,121); }

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

background-color css

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

 a { background-color: rgb(165,197,121); }

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

border-color css

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

 span { border-color: rgb(165,197,121); }

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