#A1D467

Color #A1D467 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A1D467

Tints of Olivine #A1D467

Color information

#A1D467 (or 0xA1D467) is unknown color: approx Olivine. HEX triplet: A1, D4 and 67. RGB value is (161,212,103). Sum of RGB (Red+Green+Blue) = 161+212+103=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D467 is #5E2B98. Grayscale: #B8B8B8. Windows color (decimal): -6171545 or 6804641. OLE color: 6804641.

HSL color Cylindrical-coordinate representation of color #A1D467: hue angle of 88.07º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D467 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB161212103-
CMYK0.2400.510.17
HSL88.07º55.9%61.76%-
HSV(B)88.07º51.42%83.14%-
XYZ40.6955.6421.43-
YUV184.3282.1111.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=33.82%
G=44.54%
B=21.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121030.2400.510.1788.0755.961.76
HexA1D467180331158383e
Octal24132414730063211307076
Binary10100001110101001100111110000110011100011011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D467; }

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

 H1.HeaderClassName
 {
   color: #A1D467;
 }
 .AnyTagClassName
 {
   color: #A1D467;
 }
</style>
background-color css

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

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

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

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

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

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