#A2F05D

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

Shades of Conifer #A2F05D

Tints of Conifer #A2F05D

Color information

#A2F05D (or 0xA2F05D) is unknown color: approx Conifer. HEX triplet: A2, F0 and 5D. RGB value is (162,240,93). Sum of RGB (Red+Green+Blue) = 162+240+93=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F05D is #5D0FA2. Grayscale: #C8C8C8. Windows color (decimal): -6098851 or 6156450. OLE color: 6156450.

HSL color Cylindrical-coordinate representation of color #A2F05D: hue angle of 91.84º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2F05D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB16224093-
CMYK0.3200.610.06
HSL91.84º83.05%65.29%-
HSV(B)91.84º61.25%94.12%-
XYZ48.0470.7921.49-
YUV199.9267.66100.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 240 (94.14% from 255) = 48.48%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=32.73%
G=48.48%
B=18.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162240930.3200.610.0691.8483.0565.29
HexA2F05D2003D65c5341
Octal242360135400756134123101
Binary101000101111000010111011000000111101110101110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F05D; }

 p { color: rgb(162,240,93); }

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

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

 a { background-color: rgb(162,240,93); }

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

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

 span { border-color: rgb(162,240,93); }

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