Html Css Color HEX #A8F713 Spring Bud

📋 copy color: '#A8F713'

red 168 ◦ green 247 ◦ blue 19

#A8F713
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #A8F713

Tints of Spring Bud #A8F713

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 247 (96.88% from 255) = 56.91%

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 38.71%
G = 56.91%
B = 4.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#A8F713 (or 0xA8F713) is known color: Spring Bud. HEX triplet: A8, F7 and 13. RGB value is (168,247,19). Sum of RGB (Red+Green+Blue) = 168+247+19=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F713 is #5708EC. Grayscale: #C6C6C6. Windows color (decimal): -5703917 or 1308584. OLE color: 1308584.

HSL color Cylindrical-coordinate representation of color #A8F713: hue angle of 80.79º 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 #A8F713 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 19 -
CMYK 0.32 0 0.92 0.03
HSL 80.79º 0.93% 0.52% -
HSV(B) 80.79º 0.92% 0.97% -
XYZ 49.53 74.89 12.46 -
YUV 197.39 27.33 107.04 -
System Red Green Blue C M Y K H S L
Decimal 168 247 19 0.32 0 0.92 0.03 80.79 0.93 0.52
Hex A8 F7 13 20 0 5C 3 51 5D 34
Octal 250 367 23 40 0 134 3 121 135 64
Binary 10101000 11110111 10011 100000 0 1011100 11 1010001 1011101 110100

Color Harmonies of #A8F713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F713

Black with #A8F713

Text Example


Text Example

White with #A8F713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F713; }

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

 H1.HeaderClassName
 {
   color: #A8F713;
 }
 .AnyTagClassName
 {
   color: #A8F713;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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