#A4FD5B

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

Shades of Conifer #A4FD5B

Tints of Conifer #A4FD5B

Color information

#A4FD5B (or 0xA4FD5B) is unknown color: approx Conifer. HEX triplet: A4, FD and 5B. RGB value is (164,253,91). Sum of RGB (Red+Green+Blue) = 164+253+91=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD5B is #5B02A4. Grayscale: #D0D0D0. Windows color (decimal): -5964453 or 6028708. OLE color: 6028708.

HSL color Cylindrical-coordinate representation of color #A4FD5B: hue angle of 92.96º 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 #A4FD5B is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB16425391-
CMYK0.3500.640.01
HSL92.96º97.59%67.45%-
HSV(B)92.96º64.03%99.22%-
XYZ52.3278.922.37-
YUV207.9262.0196.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 253 (99.22% from 255) = 49.80%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=32.28%
G=49.80%
B=17.91%

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
Decimal164253910.3500.640.0192.9697.5967.45
HexA4FD5B2304015d6243
Octal2443751334301001135142103
Binary10100100111111011011011100011010000001101110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD5B; }

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

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

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

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

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

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

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

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