Html Css Color HEX #A1C468 Olivine

📋 copy color: '#A1C468'

red 161 ◦ green 196 ◦ blue 104

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

Shades of Olivine #A1C468

Tints of Olivine #A1C468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 34.92%
G = 42.52%
B = 22.56%

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

#A1C468 (or 0xA1C468) is known color: Olivine. HEX triplet: A1, C4 and 68. RGB value is (161,196,104). Sum of RGB (Red+Green+Blue) = 161+196+104=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C468 is #5E3B97. Grayscale: #AFAFAF. Windows color (decimal): -6175640 or 6866081. OLE color: 6866081.

HSL color Cylindrical-coordinate representation of color #A1C468: hue angle of 82.83º 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 #A1C468 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 104 -
CMYK 0.18 0 0.47 0.23
HSL 82.83º 0.44% 0.59% -
HSV(B) 82.83º 0.47% 0.77% -
XYZ 36.94 48.06 20.43 -
YUV 175.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 161 196 104 0.18 0 0.47 0.23 82.83 0.44 0.59
Hex A1 C4 68 12 0 2F 17 53 2C 3B
Octal 241 304 150 22 0 57 27 123 54 73
Binary 10100001 11000100 1101000 10010 0 101111 10111 1010011 101100 111011

Color Harmonies of #A1C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C468

Black with #A1C468

Text Example


Text Example

White with #A1C468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C468; }

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

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

background-color css

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

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

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

border-color css

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

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

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