Html Css Color HEX #A8F70F Spring Bud

📋 copy color: '#A8F70F'

red 168 ◦ green 247 ◦ blue 15

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

Shades of Spring Bud #A8F70F

Tints of Spring Bud #A8F70F

RGB

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

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

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

R = 39.07%
G = 57.44%
B = 3.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#A8F70F (or 0xA8F70F) is known color: Spring Bud. HEX triplet: A8, F7 and 0F. RGB value is (168,247,15). Sum of RGB (Red+Green+Blue) = 168+247+15=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F70F is #5708F0. Grayscale: #C5C5C5. Windows color (decimal): -5703921 or 1046440. OLE color: 1046440.

HSL color Cylindrical-coordinate representation of color #A8F70F: hue angle of 80.43º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8F70F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 15 -
CMYK 0.32 0 0.94 0.03
HSL 80.43º 0.94% 0.51% -
HSV(B) 80.43º 0.94% 0.97% -
XYZ 49.5 74.88 12.3 -
YUV 196.93 25.33 107.36 -
System Red Green Blue C M Y K H S L
Decimal 168 247 15 0.32 0 0.94 0.03 80.43 0.94 0.51
Hex A8 F7 F 20 0 5E 3 50 5E 33
Octal 250 367 17 40 0 136 3 120 136 63
Binary 10101000 11110111 1111 100000 0 1011110 11 1010000 1011110 110011

Color Harmonies of #A8F70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F70F

Black with #A8F70F

Text Example


Text Example

White with #A8F70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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