#A2F762

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

Shades of Conifer #A2F762

Tints of Conifer #A2F762

Color information

#A2F762 (or 0xA2F762) is unknown color: approx Conifer. HEX triplet: A2, F7 and 62. RGB value is (162,247,98). Sum of RGB (Red+Green+Blue) = 162+247+98=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F762 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F762 is #5D089D. Grayscale: #CDCDCD. Windows color (decimal): -6097054 or 6485922. OLE color: 6485922.

HSL color Cylindrical-coordinate representation of color #A2F762: hue angle of 94.23º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F762 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB16224798-
CMYK0.3400.600.03
HSL94.23º90.3%67.65%-
HSV(B)94.23º60.32%96.86%-
XYZ50.3775.0823.39-
YUV204.667.8497.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 247 (96.88% from 255) = 48.72%
BLUE value IS 98 (38.67% from 255) = 19.33%
R=31.95%
G=48.72%
B=19.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal162247980.3400.600.0394.2390.367.65
HexA2F7622203C35e5a44
Octal242367142420743136132104
Binary10100010111101111100010100010011110011101111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F762; }

 p { color: rgb(162,247,98); }

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

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

 a { background-color: rgb(162,247,98); }

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

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

 span { border-color: rgb(162,247,98); }

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