Html Css Color HEX #A1CA6D Olivine

📋 copy color: '#A1CA6D'

red 161 ◦ green 202 ◦ blue 109

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

Shades of Olivine #A1CA6D

Tints of Olivine #A1CA6D

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 34.11%
G = 42.8%
B = 23.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A1CA6D (or 0xA1CA6D) is known color: Olivine. HEX triplet: A1, CA and 6D. RGB value is (161,202,109). Sum of RGB (Red+Green+Blue) = 161+202+109=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA6D is #5E3592. Grayscale: #B3B3B3. Windows color (decimal): -6174099 or 7195297. OLE color: 7195297.

HSL color Cylindrical-coordinate representation of color #A1CA6D: hue angle of 86.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1CA6D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 109 -
CMYK 0.20 0 0.46 0.21
HSL 86.45º 0.47% 0.61% -
HSV(B) 86.45º 0.46% 0.79% -
XYZ 38.58 50.92 22.26 -
YUV 179.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 161 202 109 0.20 0 0.46 0.21 86.45 0.47 0.61
Hex A1 CA 6D 14 0 2E 15 56 2F 3D
Octal 241 312 155 24 0 56 25 126 57 75
Binary 10100001 11001010 1101101 10100 0 101110 10101 1010110 101111 111101

Color Harmonies of #A1CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA6D

Black with #A1CA6D

Text Example


Text Example

White with #A1CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA6D; }

 p { color: rgb(161,202,109); }

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

background-color css

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

 a { background-color: rgb(161,202,109); }

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

border-color css

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

 span { border-color: rgb(161,202,109); }

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