Html Css Color HEX #A3F212 Spring Bud

📋 copy color: '#A3F212'

red 163 ◦ green 242 ◦ blue 18

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

Shades of Spring Bud #A3F212

Tints of Spring Bud #A3F212

RGB

 RED value IS 163 (64.06% from 255) = 38.53%

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

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 38.53%
G = 57.21%
B = 4.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#A3F212 (or 0xA3F212) is known color: Spring Bud. HEX triplet: A3, F2 and 12. RGB value is (163,242,18). Sum of RGB (Red+Green+Blue) = 163+242+18=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F212 is #5C0DED. Grayscale: #C1C1C1. Windows color (decimal): -6032878 or 1241763. OLE color: 1241763.

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

Color convert

RGB 163 242 18 -
CMYK 0.33 0 0.93 0.05
HSL 81.16º 0.9% 0.51% -
HSV(B) 81.16º 0.93% 0.95% -
XYZ 46.97 71.33 11.87 -
YUV 192.84 29.33 106.71 -
System Red Green Blue C M Y K H S L
Decimal 163 242 18 0.33 0 0.93 0.05 81.16 0.9 0.51
Hex A3 F2 12 21 0 5D 5 51 5A 33
Octal 243 362 22 41 0 135 5 121 132 63
Binary 10100011 11110010 10010 100001 0 1011101 101 1010001 1011010 110011

Color Harmonies of #A3F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F212

Black with #A3F212

Text Example


Text Example

White with #A3F212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F212; }

 p { color: rgb(163,242,18); }

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

background-color css

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

 a { background-color: rgb(163,242,18); }

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

border-color css

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

 span { border-color: rgb(163,242,18); }

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