#A1E058

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

Shades of Conifer #A1E058

Tints of Conifer #A1E058

Color information

#A1E058 (or 0xA1E058) is unknown color: approx Conifer. HEX triplet: A1, E0 and 58. RGB value is (161,224,88). Sum of RGB (Red+Green+Blue) = 161+224+88=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E058 is #5E1FA7. Grayscale: #BEBEBE. Windows color (decimal): -6168488 or 5824673. OLE color: 5824673.

HSL color Cylindrical-coordinate representation of color #A1E058: hue angle of 87.79º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1E058 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB16122488-
CMYK0.2800.610.12
HSL87.79º68.69%61.18%-
HSV(B)87.79º60.71%87.84%-
XYZ43.1261.5918.85-
YUV189.6670.63107.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 224 (87.89% from 255) = 47.36%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=34.04%
G=47.36%
B=18.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161224880.2800.610.1287.7968.6961.18
HexA1E0581C03DC58453d
Octal241340130340751413010575
Binary10100001111000001011000111000111101110010110001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E058; }

 p { color: rgb(161,224,88); }

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

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

 a { background-color: rgb(161,224,88); }

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

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

 span { border-color: rgb(161,224,88); }

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