#A8F714

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

Shades of Spring Bud #A8F714

Tints of Spring Bud #A8F714

Color information

#A8F714 (or 0xA8F714) is unknown color: approx Spring Bud. HEX triplet: A8, F7 and 14. RGB value is (168,247,20). Sum of RGB (Red+Green+Blue) = 168+247+20=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F714 is #5708EB. Grayscale: #C6C6C6. Windows color (decimal): -5703916 or 1374120. OLE color: 1374120.

HSL color Cylindrical-coordinate representation of color #A8F714: hue angle of 80.88º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8F714 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB16824720-
CMYK0.3200.920.03
HSL80.88º93.42%52.35%-
HSV(B)80.88º91.9%96.86%-
XYZ49.5474.912.51-
YUV197.527.83106.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 247 (96.88% from 255) = 56.78%
BLUE value IS 20 (8.20% from 255) = 4.60%
R=38.62%
G=56.78%
B=4.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal168247200.3200.920.0380.8893.4252.35
HexA8F7142005C3515d34
Octal25036724400134312113564
Binary101010001111011110100100000010111001110100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F714; }

 p { color: rgb(168,247,20); }

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

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

 a { background-color: rgb(168,247,20); }

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

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

 span { border-color: rgb(168,247,20); }

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