#A8EB4F

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

Shades of Conifer #A8EB4F

Tints of Conifer #A8EB4F

Color information

#A8EB4F (or 0xA8EB4F) is unknown color: approx Conifer. HEX triplet: A8, EB and 4F. RGB value is (168,235,79). Sum of RGB (Red+Green+Blue) = 168+235+79=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB4F is #5714B0. Grayscale: #C5C5C5. Windows color (decimal): -5706929 or 5237672. OLE color: 5237672.

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

Color convert

RGB16823579-
CMYK0.2900.660.08
HSL85.77º79.59%61.57%-
HSV(B)85.77º66.38%92.16%-
XYZ47.2768.3118.09-
YUV197.1861.3107.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 235 (92.19% from 255) = 48.76%
BLUE value IS 79 (31.25% from 255) = 16.39%
R=34.85%
G=48.76%
B=16.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168235790.2900.660.0885.7779.5961.57
HexA8EB4F1D042856503e
Octal2503531173501021012612076
Binary101010001110101110011111110101000010100010101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB4F; }

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

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

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

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

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

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

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

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