Html Css Color HEX #A5C271 Olivine

📋 copy color: '#A5C271'

red 165 ◦ green 194 ◦ blue 113

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

Shades of Olivine #A5C271

Tints of Olivine #A5C271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.1%

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 34.96%
G = 41.1%
B = 23.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#A5C271 (or 0xA5C271) is known color: Olivine. HEX triplet: A5, C2 and 71. RGB value is (165,194,113). Sum of RGB (Red+Green+Blue) = 165+194+113=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C271 is #5A3D8E. Grayscale: #B0B0B0. Windows color (decimal): -5913999 or 7455397. OLE color: 7455397.

HSL color Cylindrical-coordinate representation of color #A5C271: hue angle of 81.48º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5C271 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 113 -
CMYK 0.15 0 0.42 0.24
HSL 81.48º 0.4% 0.6% -
HSV(B) 81.48º 0.42% 0.76% -
XYZ 37.79 47.78 22.85 -
YUV 176.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 165 194 113 0.15 0 0.42 0.24 81.48 0.4 0.6
Hex A5 C2 71 F 0 2A 18 51 28 3C
Octal 245 302 161 17 0 52 30 121 50 74
Binary 10100101 11000010 1110001 1111 0 101010 11000 1010001 101000 111100

Color Harmonies of #A5C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C271

Black with #A5C271

Text Example


Text Example

White with #A5C271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C271; }

 p { color: rgb(165,194,113); }

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

background-color css

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

 a { background-color: rgb(165,194,113); }

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

border-color css

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

 span { border-color: rgb(165,194,113); }

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