Html Css Color HEX #A1F815 Spring Bud

📋 copy color: '#A1F815'

red 161 ◦ green 248 ◦ blue 21

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

Shades of Spring Bud #A1F815

Tints of Spring Bud #A1F815

RGB

 RED value IS 161 (63.28% from 255) = 37.44%

 GREEN value IS 248 (97.27% from 255) = 57.67%

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

R = 37.44%
G = 57.67%
B = 4.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#A1F815 (or 0xA1F815) is known color: Spring Bud. HEX triplet: A1, F8 and 15. RGB value is (161,248,21). Sum of RGB (Red+Green+Blue) = 161+248+21=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F815 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F815 is #5E07EA. Grayscale: #C4C4C4. Windows color (decimal): -6162411 or 1439905. OLE color: 1439905.

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

Color convert

RGB 161 248 21 -
CMYK 0.35 0 0.92 0.03
HSL 83º 0.94% 0.53% -
HSV(B) 83º 0.92% 0.97% -
XYZ 48.4 74.77 12.59 -
YUV 196.11 29.18 102.96 -
System Red Green Blue C M Y K H S L
Decimal 161 248 21 0.35 0 0.92 0.03 83 0.94 0.53
Hex A1 F8 15 23 0 5C 3 53 5E 35
Octal 241 370 25 43 0 134 3 123 136 65
Binary 10100001 11111000 10101 100011 0 1011100 11 1010011 1011110 110101

Color Harmonies of #A1F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F815

Black with #A1F815

Text Example


Text Example

White with #A1F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F815; }

 p { color: rgb(161,248,21); }

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

background-color css

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

 a { background-color: rgb(161,248,21); }

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

border-color css

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

 span { border-color: rgb(161,248,21); }

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