Html Css Color HEX #A5FE04 Spring Bud

📋 copy color: '#A5FE04'

red 165 ◦ green 254 ◦ blue 4

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

Shades of Spring Bud #A5FE04

Tints of Spring Bud #A5FE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.05%

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

R = 39.01%
G = 60.05%
B = 0.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#A5FE04 (or 0xA5FE04) is known color: Spring Bud. HEX triplet: A5, FE and 04. RGB value is (165,254,4). Sum of RGB (Red+Green+Blue) = 165+254+4=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 254 (99.61% from 255 or 60.05% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FE04 is #5A01FB. Grayscale: #C7C7C7. Windows color (decimal): -5898748 or 327333. OLE color: 327333.

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

Color convert

RGB 165 254 4 -
CMYK 0.35 0 0.98 0.00
HSL 81.36º 0.99% 0.51% -
HSV(B) 81.36º 0.98% 1% -
XYZ 50.98 78.89 12.66 -
YUV 198.89 18.01 103.83 -
System Red Green Blue C M Y K H S L
Decimal 165 254 4 0.35 0 0.98 0.00 81.36 0.99 0.51
Hex A5 FE 4 23 0 62 0 51 63 33
Octal 245 376 4 43 0 142 0 121 143 63
Binary 10100101 11111110 100 100011 0 1100010 0 1010001 1100011 110011

Color Harmonies of #A5FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FE04

Black with #A5FE04

Text Example


Text Example

White with #A5FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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