Html Css Color HEX #A5C16C Olivine

📋 copy color: '#A5C16C'

red 165 ◦ green 193 ◦ blue 108

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

Shades of Olivine #A5C16C

Tints of Olivine #A5C16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 35.41%
G = 41.42%
B = 23.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A5C16C (or 0xA5C16C) is known color: Olivine. HEX triplet: A5, C1 and 6C. RGB value is (165,193,108). Sum of RGB (Red+Green+Blue) = 165+193+108=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C16C is #5A3E93. Grayscale: #AFAFAF. Windows color (decimal): -5914260 or 7127461. OLE color: 7127461.

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

Color convert

RGB 165 193 108 -
CMYK 0.15 0 0.44 0.24
HSL 79.76º 0.41% 0.59% -
HSV(B) 79.76º 0.44% 0.76% -
XYZ 37.29 47.22 21.34 -
YUV 174.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 165 193 108 0.15 0 0.44 0.24 79.76 0.41 0.59
Hex A5 C1 6C F 0 2C 18 50 29 3B
Octal 245 301 154 17 0 54 30 120 51 73
Binary 10100101 11000001 1101100 1111 0 101100 11000 1010000 101001 111011

Color Harmonies of #A5C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C16C

Black with #A5C16C

Text Example


Text Example

White with #A5C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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