Html Css Color HEX #A5F708 Spring Bud

📋 copy color: '#A5F708'

red 165 ◦ green 247 ◦ blue 8

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

Shades of Spring Bud #A5F708

Tints of Spring Bud #A5F708

RGB

 RED value IS 165 (64.84% from 255) = 39.29%

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

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 39.29%
G = 58.81%
B = 1.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#A5F708 (or 0xA5F708) is known color: Spring Bud. HEX triplet: A5, F7 and 08. RGB value is (165,247,8). Sum of RGB (Red+Green+Blue) = 165+247+8=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F708 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F708 is #5A08F7. Grayscale: #C4C4C4. Windows color (decimal): -5900536 or 587685. OLE color: 587685.

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

Color convert

RGB 165 247 8 -
CMYK 0.33 0 0.97 0.03
HSL 80.59º 0.94% 0.5% -
HSV(B) 80.59º 0.97% 0.97% -
XYZ 48.82 74.54 12.04 -
YUV 195.24 22.33 106.43 -
System Red Green Blue C M Y K H S L
Decimal 165 247 8 0.33 0 0.97 0.03 80.59 0.94 0.5
Hex A5 F7 8 21 0 61 3 51 5E 32
Octal 245 367 10 41 0 141 3 121 136 62
Binary 10100101 11110111 1000 100001 0 1100001 11 1010001 1011110 110010

Color Harmonies of #A5F708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F708

Black with #A5F708

Text Example


Text Example

White with #A5F708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F708; }

 p { color: rgb(165,247,8); }

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

background-color css

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

 a { background-color: rgb(165,247,8); }

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

border-color css

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

 span { border-color: rgb(165,247,8); }

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