#A4EB5D

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

Shades of Conifer #A4EB5D

Tints of Conifer #A4EB5D

Color information

#A4EB5D (or 0xA4EB5D) is unknown color: approx Conifer. HEX triplet: A4, EB and 5D. RGB value is (164,235,93). Sum of RGB (Red+Green+Blue) = 164+235+93=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EB5D is #5B14A2. Grayscale: #C6C6C6. Windows color (decimal): -5969059 or 6155172. OLE color: 6155172.

HSL color Cylindrical-coordinate representation of color #A4EB5D: hue angle of 90º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4EB5D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB16423593-
CMYK0.3000.600.08
HSL90º78.02%64.31%-
HSV(B)90º60.43%92.16%-
XYZ46.9968.121.02-
YUV197.5868.98104.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=33.33%
G=47.76%
B=18.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164235930.3000.600.089078.0264.31
HexA4EB5D1E03C85a4e40
Octal2443531353607410132116100
Binary101001001110101110111011111001111001000101101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EB5D; }

 p { color: rgb(164,235,93); }

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

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

 a { background-color: rgb(164,235,93); }

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

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

 span { border-color: rgb(164,235,93); }

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