Html Css Color HEX #A5C56E Olivine

📋 copy color: '#A5C56E'

red 165 ◦ green 197 ◦ blue 110

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

Shades of Olivine #A5C56E

Tints of Olivine #A5C56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 34.96%
G = 41.74%
B = 23.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#A5C56E (or 0xA5C56E) is known color: Olivine. HEX triplet: A5, C5 and 6E. RGB value is (165,197,110). Sum of RGB (Red+Green+Blue) = 165+197+110=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C56E is #5A3A91. Grayscale: #B1B1B1. Windows color (decimal): -5913234 or 7259557. OLE color: 7259557.

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

Color convert

RGB 165 197 110 -
CMYK 0.16 0 0.44 0.23
HSL 82.07º 0.43% 0.6% -
HSV(B) 82.07º 0.44% 0.77% -
XYZ 38.3 49.06 22.2 -
YUV 177.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 165 197 110 0.16 0 0.44 0.23 82.07 0.43 0.6
Hex A5 C5 6E 10 0 2C 17 52 2B 3C
Octal 245 305 156 20 0 54 27 122 53 74
Binary 10100101 11000101 1101110 10000 0 101100 10111 1010010 101011 111100

Color Harmonies of #A5C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C56E

Black with #A5C56E

Text Example


Text Example

White with #A5C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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