#A5FF58

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

Shades of Conifer #A5FF58

Tints of Conifer #A5FF58

Color information

#A5FF58 (or 0xA5FF58) is unknown color: approx Conifer. HEX triplet: A5, FF and 58. RGB value is (165,255,88). Sum of RGB (Red+Green+Blue) = 165+255+88=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF58 is #5A00A7. Grayscale: #D1D1D1. Windows color (decimal): -5898408 or 5832613. OLE color: 5832613.

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

Color convert

RGB16525588-
CMYK0.3500.650
HSL92.34º100%67.25%-
HSV(B)92.34º65.49%100%-
XYZ53.0480.2221.92-
YUV209.0559.6896.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 88 (34.77% from 255) = 17.32%
R=32.48%
G=50.20%
B=17.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165255880.3500.65092.3410067.25
HexA5FF582304105c6443
Octal2453771304301010134144103
Binary10100101111111111011000100011010000010101110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF58; }

 p { color: rgb(165,255,88); }

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

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

 a { background-color: rgb(165,255,88); }

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

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

 span { border-color: rgb(165,255,88); }

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