Html Css Color HEX #A5C16E Olivine

📋 copy color: '#A5C16E'

red 165 ◦ green 193 ◦ blue 110

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

Shades of Olivine #A5C16E

Tints of Olivine #A5C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

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

R = 35.26%
G = 41.24%
B = 23.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#A5C16E (or 0xA5C16E) is known color: Olivine. HEX triplet: A5, C1 and 6E. RGB value is (165,193,110). Sum of RGB (Red+Green+Blue) = 165+193+110=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C16E is #5A3E91. Grayscale: #AFAFAF. Windows color (decimal): -5914258 or 7258533. OLE color: 7258533.

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

Color convert

RGB 165 193 110 -
CMYK 0.15 0 0.43 0.24
HSL 80.24º 0.4% 0.59% -
HSV(B) 80.24º 0.43% 0.76% -
XYZ 37.4 47.27 21.9 -
YUV 175.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 165 193 110 0.15 0 0.43 0.24 80.24 0.4 0.59
Hex A5 C1 6E F 0 2B 18 50 28 3B
Octal 245 301 156 17 0 53 30 120 50 73
Binary 10100101 11000001 1101110 1111 0 101011 11000 1010000 101000 111011

Color Harmonies of #A5C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C16E

Black with #A5C16E

Text Example


Text Example

White with #A5C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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