#A5F462

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

Shades of Conifer #A5F462

Tints of Conifer #A5F462

Color information

#A5F462 (or 0xA5F462) is unknown color: approx Conifer. HEX triplet: A5, F4 and 62. RGB value is (165,244,98). Sum of RGB (Red+Green+Blue) = 165+244+98=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F462 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F462 is #5A0B9D. Grayscale: #CCCCCC. Windows color (decimal): -5901214 or 6485157. OLE color: 6485157.

HSL color Cylindrical-coordinate representation of color #A5F462: hue angle of 92.47º degrees, saturation: 0.87, 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 #A5F462 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB16524498-
CMYK0.3200.600.04
HSL92.47º86.9%67.06%-
HSV(B)92.47º59.84%95.69%-
XYZ50.0773.5823.12-
YUV203.7468.33100.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 244 (95.70% from 255) = 48.13%
BLUE value IS 98 (38.67% from 255) = 19.33%
R=32.54%
G=48.13%
B=19.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165244980.3200.600.0492.4786.967.06
HexA5F4622003C45c5743
Octal245364142400744134127103
Binary101001011111010011000101000000111100100101110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F462; }

 p { color: rgb(165,244,98); }

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

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

 a { background-color: rgb(165,244,98); }

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

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

 span { border-color: rgb(165,244,98); }

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