#A5F818

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

Shades of Spring Bud #A5F818

Tints of Spring Bud #A5F818

Color information

#A5F818 (or 0xA5F818) is unknown color: approx Spring Bud. HEX triplet: A5, F8 and 18. RGB value is (165,248,24). Sum of RGB (Red+Green+Blue) = 165+248+24=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F818 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F818 is #5A07E7. Grayscale: #C6C6C6. Windows color (decimal): -5900264 or 1636517. OLE color: 1636517.

HSL color Cylindrical-coordinate representation of color #A5F818: hue angle of 82.23º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5F818 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB16524824-
CMYK0.3300.900.03
HSL82.23º94.12%53.33%-
HSV(B)82.23º90.32%97.25%-
XYZ49.2575.212.78-
YUV197.6530104.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 248 (97.27% from 255) = 56.75%
BLUE value IS 24 (9.77% from 255) = 5.49%
R=37.76%
G=56.75%
B=5.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165248240.3300.900.0382.2394.1253.33
HexA5F8182105A3525e35
Octal24537030410132312213665
Binary101001011111100011000100001010110101110100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F818; }

 p { color: rgb(165,248,24); }

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

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

 a { background-color: rgb(165,248,24); }

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

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

 span { border-color: rgb(165,248,24); }

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