Html Css Color HEX #A1C867 Olivine

📋 copy color: '#A1C867'

red 161 ◦ green 200 ◦ blue 103

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

Shades of Olivine #A1C867

Tints of Olivine #A1C867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 34.7%
G = 43.1%
B = 22.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A1C867 (or 0xA1C867) is known color: Olivine. HEX triplet: A1, C8 and 67. RGB value is (161,200,103). Sum of RGB (Red+Green+Blue) = 161+200+103=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C867 is #5E3798. Grayscale: #B1B1B1. Windows color (decimal): -6174617 or 6801569. OLE color: 6801569.

HSL color Cylindrical-coordinate representation of color #A1C867: hue angle of 84.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C867 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 200 103 -
CMYK 0.19 0 0.48 0.22
HSL 84.12º 0.47% 0.59% -
HSV(B) 84.12º 0.49% 0.78% -
XYZ 37.8 49.86 20.46 -
YUV 177.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 161 200 103 0.19 0 0.48 0.22 84.12 0.47 0.59
Hex A1 C8 67 13 0 30 16 54 2F 3B
Octal 241 310 147 23 0 60 26 124 57 73
Binary 10100001 11001000 1100111 10011 0 110000 10110 1010100 101111 111011

Color Harmonies of #A1C867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C867

Black with #A1C867

Text Example


Text Example

White with #A1C867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C867; }

 p { color: rgb(161,200,103); }

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

background-color css

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

 a { background-color: rgb(161,200,103); }

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

border-color css

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

 span { border-color: rgb(161,200,103); }

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