Html Css Color HEX #A0F002 Spring Bud

📋 copy color: '#A0F002'

red 160 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #A0F002

Tints of Spring Bud #A0F002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 39.8%
G = 59.7%
B = 0.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#A0F002 (or 0xA0F002) is known color: Spring Bud. HEX triplet: A0, F0 and 02. RGB value is (160,240,2). Sum of RGB (Red+Green+Blue) = 160+240+2=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F002 is #5F0FFD. Grayscale: #BDBDBD. Windows color (decimal): -6230014 or 192672. OLE color: 192672.

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

Color convert

RGB 160 240 2 -
CMYK 0.33 0 0.99 0.06
HSL 80.17º 0.98% 0.47% -
HSV(B) 80.17º 0.99% 0.94% -
XYZ 45.67 69.8 11.12 -
YUV 188.95 22.5 107.35 -
System Red Green Blue C M Y K H S L
Decimal 160 240 2 0.33 0 0.99 0.06 80.17 0.98 0.47
Hex A0 F0 2 21 0 63 6 50 62 2F
Octal 240 360 2 41 0 143 6 120 142 57
Binary 10100000 11110000 10 100001 0 1100011 110 1010000 1100010 101111

Color Harmonies of #A0F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F002

Black with #A0F002

Text Example


Text Example

White with #A0F002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F002; }

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

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

background-color css

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

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

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

border-color css

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

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

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