#A4FD5A

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

Shades of Conifer #A4FD5A

Tints of Conifer #A4FD5A

Color information

#A4FD5A (or 0xA4FD5A) is unknown color: approx Conifer. HEX triplet: A4, FD and 5A. RGB value is (164,253,90). Sum of RGB (Red+Green+Blue) = 164+253+90=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD5A is #5B02A5. Grayscale: #D0D0D0. Windows color (decimal): -5964454 or 5963172. OLE color: 5963172.

HSL color Cylindrical-coordinate representation of color #A4FD5A: hue angle of 92.76º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4FD5A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB16425390-
CMYK0.3500.640.01
HSL92.76º97.6%67.25%-
HSV(B)92.76º64.43%99.22%-
XYZ52.2878.8822.14-
YUV207.8161.5196.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 253 (99.22% from 255) = 49.90%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=32.35%
G=49.90%
B=17.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164253900.3500.640.0192.7697.667.25
HexA4FD5A2304015d6243
Octal2443751324301001135142103
Binary10100100111111011011010100011010000001101110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD5A; }

 p { color: rgb(164,253,90); }

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

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

 a { background-color: rgb(164,253,90); }

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

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

 span { border-color: rgb(164,253,90); }

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