Html Css Color HEX #A8F705 Spring Bud

📋 copy color: '#A8F705'

red 168 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #A8F705

Tints of Spring Bud #A8F705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 40%
G = 58.81%
B = 1.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#A8F705 (or 0xA8F705) is known color: Spring Bud. HEX triplet: A8, F7 and 05. RGB value is (168,247,5). Sum of RGB (Red+Green+Blue) = 168+247+5=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F705 is #5708FA. Grayscale: #C4C4C4. Windows color (decimal): -5703931 or 391080. OLE color: 391080.

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

Color convert

RGB 168 247 5 -
CMYK 0.32 0 0.98 0.03
HSL 79.59º 0.96% 0.49% -
HSV(B) 79.59º 0.98% 0.97% -
XYZ 49.44 74.86 11.99 -
YUV 195.79 20.33 108.18 -
System Red Green Blue C M Y K H S L
Decimal 168 247 5 0.32 0 0.98 0.03 79.59 0.96 0.49
Hex A8 F7 5 20 0 62 3 50 60 31
Octal 250 367 5 40 0 142 3 120 140 61
Binary 10101000 11110111 101 100000 0 1100010 11 1010000 1100000 110001

Color Harmonies of #A8F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F705

Black with #A8F705

Text Example


Text Example

White with #A8F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F705; }

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

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

background-color css

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

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

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

border-color css

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

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

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