#A5E968

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

Shades of Conifer #A5E968

Tints of Conifer #A5E968

Color information

#A5E968 (or 0xA5E968) is unknown color: approx Conifer. HEX triplet: A5, E9 and 68. RGB value is (165,233,104). Sum of RGB (Red+Green+Blue) = 165+233+104=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E968 is #5A1697. Grayscale: #C6C6C6. Windows color (decimal): -5904024 or 6875557. OLE color: 6875557.

HSL color Cylindrical-coordinate representation of color #A5E968: hue angle of 91.63º 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 #A5E968 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB165233104-
CMYK0.2900.550.09
HSL91.63º74.57%66.08%-
HSV(B)91.63º55.36%91.37%-
XYZ47.1567.2823.6-
YUV197.9674.97104.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 233 (91.41% from 255) = 46.41%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=32.87%
G=46.41%
B=20.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652331040.2900.550.0991.6374.5766.08
HexA5E9681D03795c4b42
Octal2453511503506711134113102
Binary101001011110100111010001110101101111001101110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E968; }

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

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

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

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

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

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

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

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