Html Css Color HEX #A8FD0F Spring Bud

📋 copy color: '#A8FD0F'

red 168 ◦ green 253 ◦ blue 15

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

Shades of Spring Bud #A8FD0F

Tints of Spring Bud #A8FD0F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.03%

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

R = 38.53%
G = 58.03%
B = 3.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#A8FD0F (or 0xA8FD0F) is known color: Spring Bud. HEX triplet: A8, FD and 0F. RGB value is (168,253,15). Sum of RGB (Red+Green+Blue) = 168+253+15=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD0F is #5702F0. Grayscale: #C9C9C9. Windows color (decimal): -5702385 or 1047976. OLE color: 1047976.

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

Color convert

RGB 168 253 15 -
CMYK 0.34 0 0.94 0.01
HSL 81.43º 0.98% 0.53% -
HSV(B) 81.43º 0.94% 0.99% -
XYZ 51.36 78.61 12.92 -
YUV 200.45 23.34 104.85 -
System Red Green Blue C M Y K H S L
Decimal 168 253 15 0.34 0 0.94 0.01 81.43 0.98 0.53
Hex A8 FD F 22 0 5E 1 51 62 35
Octal 250 375 17 42 0 136 1 121 142 65
Binary 10101000 11111101 1111 100010 0 1011110 1 1010001 1100010 110101

Color Harmonies of #A8FD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD0F

Black with #A8FD0F

Text Example


Text Example

White with #A8FD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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