#A4EB4F

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

Shades of Conifer #A4EB4F

Tints of Conifer #A4EB4F

Color information

#A4EB4F (or 0xA4EB4F) is unknown color: approx Conifer. HEX triplet: A4, EB and 4F. RGB value is (164,235,79). Sum of RGB (Red+Green+Blue) = 164+235+79=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EB4F is #5B14B0. Grayscale: #C4C4C4. Windows color (decimal): -5969073 or 5237668. OLE color: 5237668.

HSL color Cylindrical-coordinate representation of color #A4EB4F: hue angle of 87.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4EB4F is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB16423579-
CMYK0.3000.660.08
HSL87.31º79.59%61.57%-
HSV(B)87.31º66.38%92.16%-
XYZ46.4367.8718.05-
YUV195.9961.98105.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 235 (92.19% from 255) = 49.16%
BLUE value IS 79 (31.25% from 255) = 16.53%
R=34.31%
G=49.16%
B=16.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164235790.3000.660.0887.3179.5961.57
HexA4EB4F1E042857503e
Octal2443531173601021012712076
Binary101001001110101110011111111001000010100010101111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EB4F; }

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

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

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

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

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

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

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

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