#A5E667

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

Shades of Conifer #A5E667

Tints of Conifer #A5E667

Color information

#A5E667 (or 0xA5E667) is unknown color: approx Conifer. HEX triplet: A5, E6 and 67. RGB value is (165,230,103). Sum of RGB (Red+Green+Blue) = 165+230+103=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E667 is #5A1998. Grayscale: #C4C4C4. Windows color (decimal): -5904793 or 6809253. OLE color: 6809253.

HSL color Cylindrical-coordinate representation of color #A5E667: hue angle of 90.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5E667 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB165230103-
CMYK0.2800.550.10
HSL90.71º71.75%65.29%-
HSV(B)90.71º55.22%90.2%-
XYZ46.2665.5723.05-
YUV196.0975.47105.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 230 (90.23% from 255) = 46.18%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=33.13%
G=46.18%
B=20.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652301030.2800.550.1090.7171.7565.29
HexA5E6671C037A5b4841
Octal2453461473406712133110101
Binary101001011110011011001111110001101111010101101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E667; }

 p { color: rgb(165,230,103); }

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

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

 a { background-color: rgb(165,230,103); }

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

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

 span { border-color: rgb(165,230,103); }

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