Html Css Color HEX #A3EF0C Spring Bud

📋 copy color: '#A3EF0C'

red 163 ◦ green 239 ◦ blue 12

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

Shades of Spring Bud #A3EF0C

Tints of Spring Bud #A3EF0C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.73%

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

R = 39.37%
G = 57.73%
B = 2.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#A3EF0C (or 0xA3EF0C) is known color: Spring Bud. HEX triplet: A3, EF and 0C. RGB value is (163,239,12). Sum of RGB (Red+Green+Blue) = 163+239+12=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3EF0C is #5C10F3. Grayscale: #BFBFBF. Windows color (decimal): -6033652 or 847779. OLE color: 847779.

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

Color convert

RGB 163 239 12 -
CMYK 0.32 0 0.95 0.06
HSL 80.09º 0.9% 0.49% -
HSV(B) 80.09º 0.95% 0.94% -
XYZ 46.04 69.55 11.35 -
YUV 190.4 27.32 108.46 -
System Red Green Blue C M Y K H S L
Decimal 163 239 12 0.32 0 0.95 0.06 80.09 0.9 0.49
Hex A3 EF C 20 0 5F 6 50 5A 31
Octal 243 357 14 40 0 137 6 120 132 61
Binary 10100011 11101111 1100 100000 0 1011111 110 1010000 1011010 110001

Color Harmonies of #A3EF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EF0C

Black with #A3EF0C

Text Example


Text Example

White with #A3EF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EF0C; }

 p { color: rgb(163,239,12); }

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

background-color css

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

 a { background-color: rgb(163,239,12); }

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

border-color css

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

 span { border-color: rgb(163,239,12); }

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