Html Css Color HEX #A0F00F Spring Bud

📋 copy color: '#A0F00F'

red 160 ◦ green 240 ◦ blue 15

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

Shades of Spring Bud #A0F00F

Tints of Spring Bud #A0F00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.83%

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 38.55%
G = 57.83%
B = 3.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#A0F00F (or 0xA0F00F) is known color: Spring Bud. HEX triplet: A0, F0 and 0F. RGB value is (160,240,15). Sum of RGB (Red+Green+Blue) = 160+240+15=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F00F is #5F0FF0. Grayscale: #BFBFBF. Windows color (decimal): -6230001 or 1044640. OLE color: 1044640.

HSL color Cylindrical-coordinate representation of color #A0F00F: hue angle of 81.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0F00F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 15 -
CMYK 0.33 0 0.94 0.06
HSL 81.33º 0.88% 0.5% -
HSV(B) 81.33º 0.94% 0.94% -
XYZ 45.74 69.83 11.52 -
YUV 190.43 29 106.3 -
System Red Green Blue C M Y K H S L
Decimal 160 240 15 0.33 0 0.94 0.06 81.33 0.88 0.5
Hex A0 F0 F 21 0 5E 6 51 58 32
Octal 240 360 17 41 0 136 6 121 130 62
Binary 10100000 11110000 1111 100001 0 1011110 110 1010001 1011000 110010

Color Harmonies of #A0F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F00F

Black with #A0F00F

Text Example


Text Example

White with #A0F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F00F; }

 p { color: rgb(160,240,15); }

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

background-color css

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

 a { background-color: rgb(160,240,15); }

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

border-color css

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

 span { border-color: rgb(160,240,15); }

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