Html Css Color HEX #A0F200 Spring Bud

📋 copy color: '#A0F200'

red 160 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #A0F200

Tints of Spring Bud #A0F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.8%
G = 60.2%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#A0F200 (or 0xA0F200) is known color: Spring Bud. HEX triplet: A0, F2 and 00. RGB value is (160,242,0). Sum of RGB (Red+Green+Blue) = 160+242+0=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F200 is #5F0DFF. Grayscale: #BEBEBE. Windows color (decimal): -6229504 or 62112. OLE color: 62112.

HSL color Cylindrical-coordinate representation of color #A0F200: hue angle of 80.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0F200 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 0 -
CMYK 0.34 0 1 0.05
HSL 80.33º 1% 0.47% -
HSV(B) 80.33º 1% 0.95% -
XYZ 46.25 70.98 11.26 -
YUV 189.89 20.83 106.68 -
System Red Green Blue C M Y K H S L
Decimal 160 242 0 0.34 0 1 0.05 80.33 1 0.47
Hex A0 F2 0 22 0 64 5 50 64 2F
Octal 240 362 0 42 0 144 5 120 144 57
Binary 10100000 11110010 0 100010 0 1100100 101 1010000 1100100 101111

Color Harmonies of #A0F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F200

Black with #A0F200

Text Example


Text Example

White with #A0F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F200; }

 p { color: rgb(160,242,0); }

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

background-color css

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

 a { background-color: rgb(160,242,0); }

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

border-color css

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

 span { border-color: rgb(160,242,0); }

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