Html Css Color HEX #A8F502 Spring Bud

📋 copy color: '#A8F502'

red 168 ◦ green 245 ◦ blue 2

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

Shades of Spring Bud #A8F502

Tints of Spring Bud #A8F502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.04%

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

R = 40.48%
G = 59.04%
B = 0.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#A8F502 (or 0xA8F502) is known color: Spring Bud. HEX triplet: A8, F5 and 02. RGB value is (168,245,2). Sum of RGB (Red+Green+Blue) = 168+245+2=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F502 is #570AFD. Grayscale: #C3C3C3. Windows color (decimal): -5704446 or 193960. OLE color: 193960.

HSL color Cylindrical-coordinate representation of color #A8F502: hue angle of 79.01º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8F502 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 245 2 -
CMYK 0.31 0 0.99 0.04
HSL 79.01º 0.98% 0.48% -
HSV(B) 79.01º 0.99% 0.96% -
XYZ 48.81 73.63 11.7 -
YUV 194.28 19.49 109.26 -
System Red Green Blue C M Y K H S L
Decimal 168 245 2 0.31 0 0.99 0.04 79.01 0.98 0.48
Hex A8 F5 2 1F 0 63 4 4F 62 30
Octal 250 365 2 37 0 143 4 117 142 60
Binary 10101000 11110101 10 11111 0 1100011 100 1001111 1100010 110000

Color Harmonies of #A8F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F502

Black with #A8F502

Text Example


Text Example

White with #A8F502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F502; }

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

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

background-color css

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

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

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

border-color css

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

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

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