#A4E968

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

Shades of Conifer #A4E968

Tints of Conifer #A4E968

Color information

#A4E968 (or 0xA4E968) is unknown color: approx Conifer. HEX triplet: A4, E9 and 68. RGB value is (164,233,104). Sum of RGB (Red+Green+Blue) = 164+233+104=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #A4E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E968 is #5B1697. Grayscale: #C6C6C6. Windows color (decimal): -5969560 or 6875556. OLE color: 6875556.

HSL color Cylindrical-coordinate representation of color #A4E968: hue angle of 92.09º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4E968 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB164233104-
CMYK0.3000.550.09
HSL92.09º74.57%66.08%-
HSV(B)92.09º55.36%91.37%-
XYZ46.9567.1723.59-
YUV197.6675.14103.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 233 (91.41% from 255) = 46.51%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=32.73%
G=46.51%
B=20.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642331040.3000.550.0992.0974.5766.08
HexA4E9681E03795c4b42
Octal2443511503606711134113102
Binary101001001110100111010001111001101111001101110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E968; }

 p { color: rgb(164,233,104); }

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

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

 a { background-color: rgb(164,233,104); }

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

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

 span { border-color: rgb(164,233,104); }

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