Html Css Color HEX #A8FE14 Spring Bud

📋 copy color: '#A8FE14'

red 168 ◦ green 254 ◦ blue 20

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

Shades of Spring Bud #A8FE14

Tints of Spring Bud #A8FE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.47%

 BLUE value IS 20 (8.2% from 255) = 4.52%

R = 38.01%
G = 57.47%
B = 4.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#A8FE14 (or 0xA8FE14) is known color: Spring Bud. HEX triplet: A8, FE and 14. RGB value is (168,254,20). Sum of RGB (Red+Green+Blue) = 168+254+20=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FE14 is #5701EB. Grayscale: #CACACA. Windows color (decimal): -5702124 or 1375912. OLE color: 1375912.

HSL color Cylindrical-coordinate representation of color #A8FE14: hue angle of 82.05º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8FE14 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 254 20 -
CMYK 0.34 0 0.92 0.00
HSL 82.05º 0.99% 0.54% -
HSV(B) 82.05º 0.92% 1% -
XYZ 51.72 79.26 13.23 -
YUV 201.61 25.51 104.03 -
System Red Green Blue C M Y K H S L
Decimal 168 254 20 0.34 0 0.92 0.00 82.05 0.99 0.54
Hex A8 FE 14 22 0 5C 0 52 63 36
Octal 250 376 24 42 0 134 0 122 143 66
Binary 10101000 11111110 10100 100010 0 1011100 0 1010010 1100011 110110

Color Harmonies of #A8FE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE14

Black with #A8FE14

Text Example


Text Example

White with #A8FE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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