#A4F661

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

Shades of Conifer #A4F661

Tints of Conifer #A4F661

Color information

#A4F661 (or 0xA4F661) is unknown color: approx Conifer. HEX triplet: A4, F6 and 61. RGB value is (164,246,97). Sum of RGB (Red+Green+Blue) = 164+246+97=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F661 is #5B099E. Grayscale: #CDCDCD. Windows color (decimal): -5966239 or 6420132. OLE color: 6420132.

HSL color Cylindrical-coordinate representation of color #A4F661: hue angle of 93.02º degrees, saturation: 0.89, 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 #A4F661 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB16424697-
CMYK0.3300.610.04
HSL93.02º89.22%67.25%-
HSV(B)93.02º60.57%96.47%-
XYZ50.4274.6723.06-
YUV204.567.3399.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 246 (96.48% from 255) = 48.52%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=32.35%
G=48.52%
B=19.13%

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
Decimal164246970.3300.610.0493.0289.2267.25
HexA4F6612103D45d5943
Octal244366141410754135131103
Binary101001001111011011000011000010111101100101110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F661; }

 p { color: rgb(164,246,97); }

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

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

 a { background-color: rgb(164,246,97); }

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

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

 span { border-color: rgb(164,246,97); }

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