#A5F057

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

Shades of Conifer #A5F057

Tints of Conifer #A5F057

Color information

#A5F057 (or 0xA5F057) is unknown color: approx Conifer. HEX triplet: A5, F0 and 57. RGB value is (165,240,87). Sum of RGB (Red+Green+Blue) = 165+240+87=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F057 is #5A0FA8. Grayscale: #C8C8C8. Windows color (decimal): -5902249 or 5763237. OLE color: 5763237.

HSL color Cylindrical-coordinate representation of color #A5F057: hue angle of 89.41º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5F057 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB16524087-
CMYK0.3100.640.06
HSL89.41º83.61%64.12%-
HSV(B)89.41º63.75%94.12%-
XYZ48.471.0120.17-
YUV200.1364.15102.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 240 (94.14% from 255) = 48.78%
BLUE value IS 87 (34.38% from 255) = 17.68%
R=33.54%
G=48.78%
B=17.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165240870.3100.640.0689.4183.6164.12
HexA5F0571F0406595440
Octal2453601273701006131124100
Binary101001011111000010101111111101000000110101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F057; }

 p { color: rgb(165,240,87); }

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

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

 a { background-color: rgb(165,240,87); }

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

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

 span { border-color: rgb(165,240,87); }

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