Html Css Color HEX #A0F90B Spring Bud

📋 copy color: '#A0F90B'

red 160 ◦ green 249 ◦ blue 11

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

Shades of Spring Bud #A0F90B

Tints of Spring Bud #A0F90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.29%

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 38.1%
G = 59.29%
B = 2.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#A0F90B (or 0xA0F90B) is known color: Spring Bud. HEX triplet: A0, F9 and 0B. RGB value is (160,249,11). Sum of RGB (Red+Green+Blue) = 160+249+11=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F90B is #5F06F4. Grayscale: #C4C4C4. Windows color (decimal): -6227701 or 784800. OLE color: 784800.

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

Color convert

RGB 160 249 11 -
CMYK 0.36 0 0.96 0.02
HSL 82.44º 0.95% 0.51% -
HSV(B) 82.44º 0.96% 0.98% -
XYZ 48.43 75.25 12.29 -
YUV 195.26 24.01 102.85 -
System Red Green Blue C M Y K H S L
Decimal 160 249 11 0.36 0 0.96 0.02 82.44 0.95 0.51
Hex A0 F9 B 24 0 60 2 52 5F 33
Octal 240 371 13 44 0 140 2 122 137 63
Binary 10100000 11111001 1011 100100 0 1100000 10 1010010 1011111 110011

Color Harmonies of #A0F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F90B

Black with #A0F90B

Text Example


Text Example

White with #A0F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F90B; }

 p { color: rgb(160,249,11); }

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

background-color css

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

 a { background-color: rgb(160,249,11); }

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

border-color css

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

 span { border-color: rgb(160,249,11); }

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