Html Css Color HEX #A5C16A Olivine

📋 copy color: '#A5C16A'

red 165 ◦ green 193 ◦ blue 106

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

Shades of Olivine #A5C16A

Tints of Olivine #A5C16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 35.56%
G = 41.59%
B = 22.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#A5C16A (or 0xA5C16A) is known color: Olivine. HEX triplet: A5, C1 and 6A. RGB value is (165,193,106). Sum of RGB (Red+Green+Blue) = 165+193+106=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C16A is #5A3E95. Grayscale: #AFAFAF. Windows color (decimal): -5914262 or 6996389. OLE color: 6996389.

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

Color convert

RGB 165 193 106 -
CMYK 0.15 0 0.45 0.24
HSL 79.31º 0.41% 0.59% -
HSV(B) 79.31º 0.45% 0.76% -
XYZ 37.19 47.18 20.78 -
YUV 174.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 165 193 106 0.15 0 0.45 0.24 79.31 0.41 0.59
Hex A5 C1 6A F 0 2D 18 4F 29 3B
Octal 245 301 152 17 0 55 30 117 51 73
Binary 10100101 11000001 1101010 1111 0 101101 11000 1001111 101001 111011

Color Harmonies of #A5C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C16A

Black with #A5C16A

Text Example


Text Example

White with #A5C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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