Html Css Color HEX #A2EE0C Spring Bud

📋 copy color: '#A2EE0C'

red 162 ◦ green 238 ◦ blue 12

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

Shades of Spring Bud #A2EE0C

Tints of Spring Bud #A2EE0C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.77%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 39.32%
G = 57.77%
B = 2.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#A2EE0C (or 0xA2EE0C) is known color: Spring Bud. HEX triplet: A2, EE and 0C. RGB value is (162,238,12). Sum of RGB (Red+Green+Blue) = 162+238+12=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EE0C is #5D11F3. Grayscale: #BEBEBE. Windows color (decimal): -6099444 or 847522. OLE color: 847522.

HSL color Cylindrical-coordinate representation of color #A2EE0C: hue angle of 80.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2EE0C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 238 12 -
CMYK 0.32 0 0.95 0.07
HSL 80.18º 0.9% 0.49% -
HSV(B) 80.18º 0.95% 0.93% -
XYZ 45.54 68.86 11.24 -
YUV 189.51 27.82 108.38 -
System Red Green Blue C M Y K H S L
Decimal 162 238 12 0.32 0 0.95 0.07 80.18 0.9 0.49
Hex A2 EE C 20 0 5F 7 50 5A 31
Octal 242 356 14 40 0 137 7 120 132 61
Binary 10100010 11101110 1100 100000 0 1011111 111 1010000 1011010 110001

Color Harmonies of #A2EE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EE0C

Black with #A2EE0C

Text Example


Text Example

White with #A2EE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EE0C; }

 p { color: rgb(162,238,12); }

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

background-color css

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

 a { background-color: rgb(162,238,12); }

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

border-color css

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

 span { border-color: rgb(162,238,12); }

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