#A5F963

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

Shades of Conifer #A5F963

Tints of Conifer #A5F963

Color information

#A5F963 (or 0xA5F963) is unknown color: approx Conifer. HEX triplet: A5, F9 and 63. RGB value is (165,249,99). Sum of RGB (Red+Green+Blue) = 165+249+99=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F963 is #5A069C. Grayscale: #CFCFCF. Windows color (decimal): -5899933 or 6551973. OLE color: 6551973.

HSL color Cylindrical-coordinate representation of color #A5F963: hue angle of 93.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5F963 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB16524999-
CMYK0.3400.600.02
HSL93.6º92.59%68.24%-
HSV(B)93.6º60.24%97.65%-
XYZ51.6476.6523.88-
YUV206.7867.1798.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 99 (39.06% from 255) = 19.30%
R=32.16%
G=48.54%
B=19.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165249990.3400.600.0293.692.5968.24
HexA5F9632203C25e5d44
Octal245371143420742136135104
Binary10100101111110011100011100010011110010101111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F963; }

 p { color: rgb(165,249,99); }

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

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

 a { background-color: rgb(165,249,99); }

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

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

 span { border-color: rgb(165,249,99); }

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