#A8ED50

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

Shades of Conifer #A8ED50

Tints of Conifer #A8ED50

Color information

#A8ED50 (or 0xA8ED50) is unknown color: approx Conifer. HEX triplet: A8, ED and 50. RGB value is (168,237,80). Sum of RGB (Red+Green+Blue) = 168+237+80=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED50 is #5712AF. Grayscale: #C7C7C7. Windows color (decimal): -5706416 or 5303720. OLE color: 5303720.

HSL color Cylindrical-coordinate representation of color #A8ED50: hue angle of 86.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8ED50 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB16823780-
CMYK0.2900.660.07
HSL86.37º81.35%62.16%-
HSV(B)86.37º66.24%92.94%-
XYZ47.8869.4718.48-
YUV198.4761.14106.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 80 (31.64% from 255) = 16.49%
R=34.64%
G=48.87%
B=16.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168237800.2900.660.0786.3781.3562.16
HexA8ED501D042756513e
Octal250355120350102712612176
Binary10101000111011011010000111010100001011110101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ED50; }

 p { color: rgb(168,237,80); }

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

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

 a { background-color: rgb(168,237,80); }

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

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

 span { border-color: rgb(168,237,80); }

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