Html Css Color HEX #A2F00E Spring Bud

📋 copy color: '#A2F00E'

red 162 ◦ green 240 ◦ blue 14

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

Shades of Spring Bud #A2F00E

Tints of Spring Bud #A2F00E

RGB

 RED value IS 162 (63.67% from 255) = 38.94%

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

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 38.94%
G = 57.69%
B = 3.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#A2F00E (or 0xA2F00E) is known color: Spring Bud. HEX triplet: A2, F0 and 0E. RGB value is (162,240,14). Sum of RGB (Red+Green+Blue) = 162+240+14=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F00E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F00E is #5D0FF1. Grayscale: #BFBFBF. Windows color (decimal): -6098930 or 979106. OLE color: 979106.

HSL color Cylindrical-coordinate representation of color #A2F00E: hue angle of 80.71º degrees, saturation: 0.89, 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 #A2F00E is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 14 -
CMYK 0.32 0 0.94 0.06
HSL 80.71º 0.89% 0.5% -
HSV(B) 80.71º 0.94% 0.94% -
XYZ 46.14 70.03 11.5 -
YUV 190.91 28.16 107.38 -
System Red Green Blue C M Y K H S L
Decimal 162 240 14 0.32 0 0.94 0.06 80.71 0.89 0.5
Hex A2 F0 E 20 0 5E 6 51 59 32
Octal 242 360 16 40 0 136 6 121 131 62
Binary 10100010 11110000 1110 100000 0 1011110 110 1010001 1011001 110010

Color Harmonies of #A2F00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F00E

Black with #A2F00E

Text Example


Text Example

White with #A2F00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F00E; }

 p { color: rgb(162,240,14); }

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

background-color css

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

 a { background-color: rgb(162,240,14); }

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

border-color css

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

 span { border-color: rgb(162,240,14); }

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