Html Css Color HEX #A1C367 Olivine

📋 copy color: '#A1C367'

red 161 ◦ green 195 ◦ blue 103

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

Shades of Olivine #A1C367

Tints of Olivine #A1C367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 35.08%
G = 42.48%
B = 22.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A1C367 (or 0xA1C367) is known color: Olivine. HEX triplet: A1, C3 and 67. RGB value is (161,195,103). Sum of RGB (Red+Green+Blue) = 161+195+103=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C367 is #5E3C98. Grayscale: #AEAEAE. Windows color (decimal): -6175897 or 6800289. OLE color: 6800289.

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

Color convert

RGB 161 195 103 -
CMYK 0.17 0 0.47 0.24
HSL 82.17º 0.43% 0.58% -
HSV(B) 82.17º 0.47% 0.76% -
XYZ 36.66 47.59 20.08 -
YUV 174.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 161 195 103 0.17 0 0.47 0.24 82.17 0.43 0.58
Hex A1 C3 67 11 0 2F 18 52 2B 3A
Octal 241 303 147 21 0 57 30 122 53 72
Binary 10100001 11000011 1100111 10001 0 101111 11000 1010010 101011 111010

Color Harmonies of #A1C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C367

Black with #A1C367

Text Example


Text Example

White with #A1C367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C367; }

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

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

background-color css

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

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

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

border-color css

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

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

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