#A4FF5B

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

Shades of Conifer #A4FF5B

Tints of Conifer #A4FF5B

Color information

#A4FF5B (or 0xA4FF5B) is unknown color: approx Conifer. HEX triplet: A4, FF and 5B. RGB value is (164,255,91). Sum of RGB (Red+Green+Blue) = 164+255+91=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF5B is #5B00A4. Grayscale: #D1D1D1. Windows color (decimal): -5963941 or 6029220. OLE color: 6029220.

HSL color Cylindrical-coordinate representation of color #A4FF5B: hue angle of 93.29º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4FF5B is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB16425591-
CMYK0.3600.640
HSL93.29º100%67.84%-
HSV(B)93.29º64.31%100%-
XYZ52.9680.1722.58-
YUV209.161.3595.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 255 (100% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 17.84%
R=32.16%
G=50%
B=17.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal164255910.3600.64093.2910067.84
HexA4FF5B2404005d6444
Octal2443771334401000135144104
Binary10100100111111111011011100100010000000101110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FF5B; }

 p { color: rgb(164,255,91); }

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

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

 a { background-color: rgb(164,255,91); }

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

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

 span { border-color: rgb(164,255,91); }

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