Html Css Color HEX #A8FE0F Spring Bud

📋 copy color: '#A8FE0F'

red 168 ◦ green 254 ◦ blue 15

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

Shades of Spring Bud #A8FE0F

Tints of Spring Bud #A8FE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.43%

R = 38.44%
G = 58.12%
B = 3.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#A8FE0F (or 0xA8FE0F) is known color: Spring Bud. HEX triplet: A8, FE and 0F. RGB value is (168,254,15). Sum of RGB (Red+Green+Blue) = 168+254+15=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FE0F is #5701F0. Grayscale: #C9C9C9. Windows color (decimal): -5702129 or 1048232. OLE color: 1048232.

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

Color convert

RGB 168 254 15 -
CMYK 0.34 0 0.94 0.00
HSL 81.59º 0.99% 0.53% -
HSV(B) 81.59º 0.94% 1% -
XYZ 51.68 79.24 13.02 -
YUV 201.04 23.01 104.43 -
System Red Green Blue C M Y K H S L
Decimal 168 254 15 0.34 0 0.94 0.00 81.59 0.99 0.53
Hex A8 FE F 22 0 5E 0 52 63 35
Octal 250 376 17 42 0 136 0 122 143 65
Binary 10101000 11111110 1111 100010 0 1011110 0 1010010 1100011 110101

Color Harmonies of #A8FE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE0F

Black with #A8FE0F

Text Example


Text Example

White with #A8FE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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