#A4F460

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

Shades of Conifer #A4F460

Tints of Conifer #A4F460

Color information

#A4F460 (or 0xA4F460) is unknown color: approx Conifer. HEX triplet: A4, F4 and 60. RGB value is (164,244,96). Sum of RGB (Red+Green+Blue) = 164+244+96=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F460 is #5B0B9F. Grayscale: #CBCBCB. Windows color (decimal): -5966752 or 6354084. OLE color: 6354084.

HSL color Cylindrical-coordinate representation of color #A4F460: hue angle of 92.43º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4F460 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB16424496-
CMYK0.3300.610.04
HSL92.43º87.06%66.67%-
HSV(B)92.43º60.66%95.69%-
XYZ49.7773.4422.62-
YUV203.2167.5100.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 244 (95.70% from 255) = 48.41%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=32.54%
G=48.41%
B=19.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164244960.3300.610.0492.4387.0666.67
HexA4F4602103D45c5743
Octal244364140410754134127103
Binary101001001111010011000001000010111101100101110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F460; }

 p { color: rgb(164,244,96); }

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

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

 a { background-color: rgb(164,244,96); }

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

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

 span { border-color: rgb(164,244,96); }

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