#A5F561

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

Shades of Conifer #A5F561

Tints of Conifer #A5F561

Color information

#A5F561 (or 0xA5F561) is unknown color: approx Conifer. HEX triplet: A5, F5 and 61. RGB value is (165,245,97). Sum of RGB (Red+Green+Blue) = 165+245+97=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F561 is #5A0A9E. Grayscale: #CCCCCC. Windows color (decimal): -5900959 or 6419877. OLE color: 6419877.

HSL color Cylindrical-coordinate representation of color #A5F561: hue angle of 92.43º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F561 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB16524597-
CMYK0.3300.600.04
HSL92.43º88.1%67.06%-
HSV(B)92.43º60.41%96.08%-
XYZ50.3374.1722.97-
YUV204.2167.5100.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 245 (96.09% from 255) = 48.32%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=32.54%
G=48.32%
B=19.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165245970.3300.600.0492.4388.167.06
HexA5F5612103C45c5843
Octal245365141410744134130103
Binary101001011111010111000011000010111100100101110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F561; }

 p { color: rgb(165,245,97); }

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

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

 a { background-color: rgb(165,245,97); }

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

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

 span { border-color: rgb(165,245,97); }

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