Html Css Color HEX #A5FA15 Spring Bud

📋 copy color: '#A5FA15'

red 165 ◦ green 250 ◦ blue 21

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

Shades of Spring Bud #A5FA15

Tints of Spring Bud #A5FA15

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.34%

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 37.84%
G = 57.34%
B = 4.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#A5FA15 (or 0xA5FA15) is known color: Spring Bud. HEX triplet: A5, FA and 15. RGB value is (165,250,21). Sum of RGB (Red+Green+Blue) = 165+250+21=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5FA15 is #5A05EA. Grayscale: #C7C7C7. Windows color (decimal): -5899755 or 1440421. OLE color: 1440421.

HSL color Cylindrical-coordinate representation of color #A5FA15: hue angle of 82.27º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5FA15 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 21 -
CMYK 0.34 0 0.92 0.02
HSL 82.27º 0.96% 0.53% -
HSV(B) 82.27º 0.92% 0.98% -
XYZ 49.84 76.42 12.83 -
YUV 198.48 27.84 104.12 -
System Red Green Blue C M Y K H S L
Decimal 165 250 21 0.34 0 0.92 0.02 82.27 0.96 0.53
Hex A5 FA 15 22 0 5C 2 52 60 35
Octal 245 372 25 42 0 134 2 122 140 65
Binary 10100101 11111010 10101 100010 0 1011100 10 1010010 1100000 110101

Color Harmonies of #A5FA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FA15

Black with #A5FA15

Text Example


Text Example

White with #A5FA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FA15; }

 p { color: rgb(165,250,21); }

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

background-color css

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

 a { background-color: rgb(165,250,21); }

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

border-color css

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

 span { border-color: rgb(165,250,21); }

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