#A4D067

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

Shades of Olivine #A4D067

Tints of Olivine #A4D067

Color information

#A4D067 (or 0xA4D067) is unknown color: approx Olivine. HEX triplet: A4, D0 and 67. RGB value is (164,208,103). Sum of RGB (Red+Green+Blue) = 164+208+103=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D067 is #5B2F98. Grayscale: #B7B7B7. Windows color (decimal): -5975961 or 6803620. OLE color: 6803620.

HSL color Cylindrical-coordinate representation of color #A4D067: hue angle of 85.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4D067 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB164208103-
CMYK0.2100.500.18
HSL85.14º52.76%60.98%-
HSV(B)85.14º50.48%81.57%-
XYZ40.3153.9821.13-
YUV182.8782.92114.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=34.53%
G=43.79%
B=21.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081030.2100.500.1885.1452.7660.98
HexA4D067150321255353d
Octal24432014725062221256575
Binary10100100110100001100111101010110010100101010101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D067; }

 p { color: rgb(164,208,103); }

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

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

 a { background-color: rgb(164,208,103); }

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

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

 span { border-color: rgb(164,208,103); }

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