Html Css Color HEX #A0F810 Spring Bud

📋 copy color: '#A0F810'

red 160 ◦ green 248 ◦ blue 16

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

Shades of Spring Bud #A0F810

Tints of Spring Bud #A0F810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 37.74%
G = 58.49%
B = 3.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#A0F810 (or 0xA0F810) is known color: Spring Bud. HEX triplet: A0, F8 and 10. RGB value is (160,248,16). Sum of RGB (Red+Green+Blue) = 160+248+16=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F810 is #5F07EF. Grayscale: #C4C4C4. Windows color (decimal): -6227952 or 1112224. OLE color: 1112224.

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

Color convert

RGB 160 248 16 -
CMYK 0.35 0 0.94 0.03
HSL 82.76º 0.94% 0.52% -
HSV(B) 82.76º 0.94% 0.97% -
XYZ 48.16 74.65 12.36 -
YUV 195.24 26.85 102.86 -
System Red Green Blue C M Y K H S L
Decimal 160 248 16 0.35 0 0.94 0.03 82.76 0.94 0.52
Hex A0 F8 10 23 0 5E 3 53 5E 34
Octal 240 370 20 43 0 136 3 123 136 64
Binary 10100000 11111000 10000 100011 0 1011110 11 1010011 1011110 110100

Color Harmonies of #A0F810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F810

Black with #A0F810

Text Example


Text Example

White with #A0F810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F810; }

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

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

background-color css

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

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

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

border-color css

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

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

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