Html Css Color HEX #A5FD04 Spring Bud

📋 copy color: '#A5FD04'

red 165 ◦ green 253 ◦ blue 4

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

Shades of Spring Bud #A5FD04

Tints of Spring Bud #A5FD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 39.1%
G = 59.95%
B = 0.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#A5FD04 (or 0xA5FD04) is known color: Spring Bud. HEX triplet: A5, FD and 04. RGB value is (165,253,4). Sum of RGB (Red+Green+Blue) = 165+253+4=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 253 (99.22% from 255 or 59.95% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FD04 is #5A02FB. Grayscale: #C7C7C7. Windows color (decimal): -5899004 or 327077. OLE color: 327077.

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

Color convert

RGB 165 253 4 -
CMYK 0.35 0 0.98 0.01
HSL 81.2º 0.98% 0.5% -
HSV(B) 81.2º 0.98% 0.99% -
XYZ 50.66 78.26 12.55 -
YUV 198.3 18.35 104.25 -
System Red Green Blue C M Y K H S L
Decimal 165 253 4 0.35 0 0.98 0.01 81.2 0.98 0.5
Hex A5 FD 4 23 0 62 1 51 62 32
Octal 245 375 4 43 0 142 1 121 142 62
Binary 10100101 11111101 100 100011 0 1100010 1 1010001 1100010 110010

Color Harmonies of #A5FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD04

Black with #A5FD04

Text Example


Text Example

White with #A5FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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