Html Css Color HEX #A5FD03 Spring Bud

📋 copy color: '#A5FD03'

red 165 ◦ green 253 ◦ blue 3

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

Shades of Spring Bud #A5FD03

Tints of Spring Bud #A5FD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.1%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 39.19%
G = 60.1%
B = 0.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#A5FD03 (or 0xA5FD03) is known color: Spring Bud. HEX triplet: A5, FD and 03. RGB value is (165,253,3). Sum of RGB (Red+Green+Blue) = 165+253+3=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FD03 is #5A02FC. Grayscale: #C7C7C7. Windows color (decimal): -5899005 or 261541. OLE color: 261541.

HSL color Cylindrical-coordinate representation of color #A5FD03: hue angle of 81.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5FD03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 3 -
CMYK 0.35 0 0.99 0.01
HSL 81.12º 0.98% 0.5% -
HSV(B) 81.12º 0.99% 0.99% -
XYZ 50.66 78.26 12.52 -
YUV 198.19 17.85 104.33 -
System Red Green Blue C M Y K H S L
Decimal 165 253 3 0.35 0 0.99 0.01 81.12 0.98 0.5
Hex A5 FD 3 23 0 63 1 51 62 32
Octal 245 375 3 43 0 143 1 121 142 62
Binary 10100101 11111101 11 100011 0 1100011 1 1010001 1100010 110010

Color Harmonies of #A5FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD03

Black with #A5FD03

Text Example


Text Example

White with #A5FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD03; }

 p { color: rgb(165,253,3); }

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

background-color css

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

 a { background-color: rgb(165,253,3); }

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

border-color css

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

 span { border-color: rgb(165,253,3); }

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