#A2E055

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

Shades of Conifer #A2E055

Tints of Conifer #A2E055

Color information

#A2E055 (or 0xA2E055) is unknown color: approx Conifer. HEX triplet: A2, E0 and 55. RGB value is (162,224,85). Sum of RGB (Red+Green+Blue) = 162+224+85=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E055 is #5D1FAA. Grayscale: #BEBEBE. Windows color (decimal): -6102955 or 5628066. OLE color: 5628066.

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

Color convert

RGB16222485-
CMYK0.2800.620.12
HSL86.76º69.15%60.59%-
HSV(B)86.76º62.05%87.84%-
XYZ43.261.6518.22-
YUV189.6268.96108.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 224 (87.89% from 255) = 47.56%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=34.39%
G=47.56%
B=18.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162224850.2800.620.1286.7669.1560.59
HexA2E0551C03EC57453d
Octal242340125340761412710575
Binary10100010111000001010101111000111110110010101111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E055; }

 p { color: rgb(162,224,85); }

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

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

 a { background-color: rgb(162,224,85); }

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

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

 span { border-color: rgb(162,224,85); }

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