Html Css Color HEX #A8F702 Spring Bud

📋 copy color: '#A8F702'

red 168 ◦ green 247 ◦ blue 2

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

Shades of Spring Bud #A8F702

Tints of Spring Bud #A8F702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 40.29%
G = 59.23%
B = 0.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#A8F702 (or 0xA8F702) is known color: Spring Bud. HEX triplet: A8, F7 and 02. RGB value is (168,247,2). Sum of RGB (Red+Green+Blue) = 168+247+2=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F702 is #5708FD. Grayscale: #C4C4C4. Windows color (decimal): -5703934 or 194472. OLE color: 194472.

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

Color convert

RGB 168 247 2 -
CMYK 0.32 0 0.99 0.03
HSL 79.35º 0.98% 0.49% -
HSV(B) 79.35º 0.99% 0.97% -
XYZ 49.42 74.85 11.9 -
YUV 195.45 18.83 108.42 -
System Red Green Blue C M Y K H S L
Decimal 168 247 2 0.32 0 0.99 0.03 79.35 0.98 0.49
Hex A8 F7 2 20 0 63 3 4F 62 31
Octal 250 367 2 40 0 143 3 117 142 61
Binary 10101000 11110111 10 100000 0 1100011 11 1001111 1100010 110001

Color Harmonies of #A8F702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F702

Black with #A8F702

Text Example


Text Example

White with #A8F702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F702; }

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

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

background-color css

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

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

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

border-color css

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

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

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