#A5F63A

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

Shades of Green Yellow #A5F63A

Tints of Green Yellow #A5F63A

Color information

#A5F63A (or 0xA5F63A) is unknown color: approx Green Yellow. HEX triplet: A5, F6 and 3A. RGB value is (165,246,58). Sum of RGB (Red+Green+Blue) = 165+246+58=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F63A is #5A09C5. Grayscale: #C9C9C9. Windows color (decimal): -5900742 or 3864229. OLE color: 3864229.

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

Color convert

RGB16524658-
CMYK0.3300.760.04
HSL85.85º91.26%59.61%-
HSV(B)85.85º76.42%96.47%-
XYZ49.2474.2215.73-
YUV200.3547.66102.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 246 (96.48% from 255) = 52.45%
BLUE value IS 58 (23.05% from 255) = 12.37%
R=35.18%
G=52.45%
B=12.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165246580.3300.760.0485.8591.2659.61
HexA5F63A2104C4565b3c
Octal24536672410114412613374
Binary10100101111101101110101000010100110010010101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F63A; }

 p { color: rgb(165,246,58); }

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

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

 a { background-color: rgb(165,246,58); }

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

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

 span { border-color: rgb(165,246,58); }

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