Html Css Color HEX #A1C467 Olivine

📋 copy color: '#A1C467'

red 161 ◦ green 196 ◦ blue 103

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

Shades of Olivine #A1C467

Tints of Olivine #A1C467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

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

R = 35%
G = 42.61%
B = 22.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#A1C467 (or 0xA1C467) is known color: Olivine. HEX triplet: A1, C4 and 67. RGB value is (161,196,103). Sum of RGB (Red+Green+Blue) = 161+196+103=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C467 is #5E3B98. Grayscale: #AFAFAF. Windows color (decimal): -6175641 or 6800545. OLE color: 6800545.

HSL color Cylindrical-coordinate representation of color #A1C467: hue angle of 82.58º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1C467 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 103 -
CMYK 0.18 0 0.47 0.23
HSL 82.58º 0.44% 0.59% -
HSV(B) 82.58º 0.47% 0.77% -
XYZ 36.89 48.04 20.16 -
YUV 174.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 161 196 103 0.18 0 0.47 0.23 82.58 0.44 0.59
Hex A1 C4 67 12 0 2F 17 53 2C 3B
Octal 241 304 147 22 0 57 27 123 54 73
Binary 10100001 11000100 1100111 10010 0 101111 10111 1010011 101100 111011

Color Harmonies of #A1C467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C467

Black with #A1C467

Text Example


Text Example

White with #A1C467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C467; }

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

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

background-color css

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

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

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

border-color css

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

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

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