Html Css Color HEX #A0F815 Spring Bud

📋 copy color: '#A0F815'

red 160 ◦ green 248 ◦ blue 21

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

Shades of Spring Bud #A0F815

Tints of Spring Bud #A0F815

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

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

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

R = 37.3%
G = 57.81%
B = 4.9%

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

#A0F815 (or 0xA0F815) is known color: Spring Bud. HEX triplet: A0, F8 and 15. RGB value is (160,248,21). Sum of RGB (Red+Green+Blue) = 160+248+21=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 248 (97.27% from 255 or 57.81% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F815 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F815 is #5F07EA. Grayscale: #C4C4C4. Windows color (decimal): -6227947 or 1439904. OLE color: 1439904.

HSL color Cylindrical-coordinate representation of color #A0F815: hue angle of 83.26º 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 #A0F815 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 248 21 -
CMYK 0.35 0 0.92 0.03
HSL 83.26º 0.94% 0.53% -
HSV(B) 83.26º 0.92% 0.97% -
XYZ 48.2 74.66 12.58 -
YUV 195.81 29.35 102.46 -
System Red Green Blue C M Y K H S L
Decimal 160 248 21 0.35 0 0.92 0.03 83.26 0.94 0.53
Hex A0 F8 15 23 0 5C 3 53 5E 35
Octal 240 370 25 43 0 134 3 123 136 65
Binary 10100000 11111000 10101 100011 0 1011100 11 1010011 1011110 110101

Color Harmonies of #A0F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F815

Black with #A0F815

Text Example


Text Example

White with #A0F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F815; }

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

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

background-color css

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

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

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

border-color css

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

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

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