Html Css Color HEX #A8FF14 Spring Bud

📋 copy color: '#A8FF14'

red 168 ◦ green 255 ◦ blue 20

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

Shades of Spring Bud #A8FF14

Tints of Spring Bud #A8FF14

RGB

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

 GREEN value IS 255 (100% from 255) = 57.56%

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

R = 37.92%
G = 57.56%
B = 4.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#A8FF14 (or 0xA8FF14) is known color: Spring Bud. HEX triplet: A8, FF and 14. RGB value is (168,255,20). Sum of RGB (Red+Green+Blue) = 168+255+20=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FF14 is #5700EB. Grayscale: #CBCBCB. Windows color (decimal): -5701868 or 1376168. OLE color: 1376168.

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

Color convert

RGB 168 255 20 -
CMYK 0.34 0 0.92 0
HSL 82.21º 1% 0.54% -
HSV(B) 82.21º 0.92% 1% -
XYZ 52.03 79.9 13.34 -
YUV 202.2 25.18 103.61 -
System Red Green Blue C M Y K H S L
Decimal 168 255 20 0.34 0 0.92 0 82.21 1 0.54
Hex A8 FF 14 22 0 5C 0 52 64 36
Octal 250 377 24 42 0 134 0 122 144 66
Binary 10101000 11111111 10100 100010 0 1011100 0 1010010 1100100 110110

Color Harmonies of #A8FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FF14

Black with #A8FF14

Text Example


Text Example

White with #A8FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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